We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I receive this error when I try to render an arbitrary graph: Error displaying widget: model not found
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
Expected outcome
Version Info
import ipycytoscape; print(ipycytoscape.__version__)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Actual outcome
Expected outcome
Version Info
import ipycytoscape; print(ipycytoscape.__version__)
) : 1.3.3The text was updated successfully, but these errors were encountered: