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
To Reproduce
Steps to reproduce the behavior: I strictly followed the instructions from the README.
The same behaviour is obtained through Jupyter notebooks and Jupyter lab.
The same behaviour is obtained with pip install graph-notebook or by building it from sources.
Expected behavior
The graph tab shows up and displays the graph.
In the Console or in the JSON tab, full node information are displayed.
yannramusat
changed the title
[BUG] Graph tab missing | Only properties are displayed on Console and JSON tabs |
[BUG] Graph tab missing | Only properties are displayed on Console and JSON tabs | JSON parseError without bolt
Jan 26, 2024
Community Note
Describe the bug
Visualizations fail to render for openCypher queries in Jupyter Lab. The
graph
tab is missing.No JS error in the console.
Moreover outputs of queries only print properties, not labels and ids, e.g.:
returns only this in the JSON tab:
returns
Specs
To Reproduce
Steps to reproduce the behavior: I strictly followed the instructions from the README.
The same behaviour is obtained through Jupyter notebooks and Jupyter lab.
The same behaviour is obtained with
pip install graph-notebook
or by building it from sources.Expected behavior
The graph tab shows up and displays the graph.
In the Console or in the JSON tab, full node information are displayed.
Might this be of some help:
The text was updated successfully, but these errors were encountered: