-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
