Closed
Description
Community Note
- 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.