You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Docker support. Docker image can be built using the command docker build . and through Docker's buildx, this can support non-x86 CPU Architectures like ARM. (Link to PR)
Fix service.sh conditional checks, SSL parameter can now be changed. Fix permissions error on service.sh experienced by some users. (Link to PR)
Added %%neptune_config_allowlist magic (Link to PR)
Added check to remove whitespace in %graph_notebook_config host fields (Link to PR)
Added silent output option to additional magics (Link to PR)
Fixed %sparql_status magic to return query status without query ID (Link to PR)
Fixed incorrect Gremlin query --store-to output (Link to PR)
Fixed certain characters not displaying correctly in results table (Link to PR)
Fixed extra index column displaying in Gremlin results table on older Pandas versions (Link to PR)
Reverted Gremlin console tab to single results column (Link to PR)
Bumped jquery-ui from 1.13.1 to 1.13.2 ((Link to PR)