You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are a perfect Node instance. I think it'd make sense to convert this event to ipycytoscape.Node() on our backend. That'd remove the need to have this line auxNode = cyGraph.graph.nodes[int(event['data']['id'])].
This also works for Edge.
The text was updated successfully, but these errors were encountered:
I was creating some examples to scypy and noticed the events received in this case:
Are a perfect
Node
instance. I think it'd make sense to convert this event toipycytoscape.Node()
on our backend. That'd remove the need to have this lineauxNode = cyGraph.graph.nodes[int(event['data']['id'])]
.This also works for
Edge
.The text was updated successfully, but these errors were encountered: