Skip to content
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

Error displaying widget: model not found #352

Open
dhilst opened this issue Apr 16, 2024 · 0 comments
Open

Error displaying widget: model not found #352

dhilst opened this issue Apr 16, 2024 · 0 comments

Comments

@dhilst
Copy link

dhilst commented Apr 16, 2024

Bug report

I receive this error when I try to render an arbitrary graph: Error displaying widget: model not found

Bug summary

Code for reproduction

I followed the networkx example

import ipycytoscape
import ipywidgets as widgets
import networkx as nx
G = nx.complete_graph(5)
undirected = ipycytoscape.CytoscapeWidget()
undirected.graph.add_graph_from_networkx(G)
display(undirected)

Actual outcome

image

Expected outcome

Version Info

  • ipycytoscape version (import ipycytoscape; print(ipycytoscape.__version__)) : 1.3.3
  • Python version: 3.12.0
  • Jupyter(Lab) version: 3.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant