A Jupyter notebook extension for connecting to graph databases such as Amazon Neptune and JanusGraph. Version 5.2.0 provides magic commands and visualizations for SPARQL and Gremlin queries. Released monthly.
pip install graph-notebookNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Neptune client and fetch status.
Use graph-notebook 4.x for JupyterLab 3 or upgrade to JupyterLab 4.
Use the Python API (GraphNotebookClient) instead of magic commands in scripts.
Use generate_config function and GraphNotebookConfig class.
Run `pip install graph-notebook` in the correct Python environment.
Install with --user flag: `pip install --user graph-notebook` or use a virtual environment.