Skip to content

[BUG] Cannot find ForceModel with NBClassic in 5.0.0 fails #738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adityaramesh12 opened this issue May 13, 2025 · 1 comment
Closed

[BUG] Cannot find ForceModel with NBClassic in 5.0.0 fails #738

adityaramesh12 opened this issue May 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@adityaramesh12
Copy link
Contributor

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.

@adityaramesh12
Copy link
Contributor Author

Fixed in PR #739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant