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
I was able to reproduce this locally. It looks like the most recent version of our jupyterlab-widgets dependency (1.1.11) expects JupyterLab 4, and breaks the widget.
We'll include a version pin fix in the next release. In meantime, please include the following in your installation process:
Community Note
Describe the bug
Visualization of the gremlins graph query fails in JupyterLab. there are Js errors in the Console.
--
To Reproduce
Using the main branch of the project: https://github.com/aws/graph-notebook
Following the install procedure:
using Python 3.9.10
manual creation of a virtualenv and installation of dependencies using the provided requirements file
pip install -r requirements.txt
install of the graph-notebook package with pip
pip install graph-notebook
install of jupyter lab with version constraints using the provided command:
pip install "jupyterlab>=3,<4"
connect to the database and run a gremlin query:
Gremlin queries are processed correctly
But visualization is missing
Expected behavior
A visual representation the graph subquery as it used to be displayed
The text was updated successfully, but these errors were encountered: