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
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the bug
After transitioning to Jupyterlab 4x with nbclassic support, the nbextension for nbclassic(<Notebook 7) fails to load the ForceModel correctly as requireJs can't locate the ForceModel widgets.
To Reproduce
Steps to reproduce the behavior:
Run a gremlin/OC query that returns a graph and switch to the graph tab.
e.g.
%%gremlin
g.V().out().path().limit(5)
Expected behavior
The graph widget is correctly displayed.
The text was updated successfully, but these errors were encountered:
Community Note
Describe the bug
After transitioning to Jupyterlab 4x with nbclassic support, the nbextension for nbclassic(<Notebook 7) fails to load the ForceModel correctly as requireJs can't locate the ForceModel widgets.
To Reproduce
Steps to reproduce the behavior:
Run a gremlin/OC query that returns a graph and switch to the graph tab.
e.g.
Expected behavior
The graph widget is correctly displayed.
The text was updated successfully, but these errors were encountered: