Skip to content

Instantly share code, notes, and snippets.

@joseberlines
Last active November 22, 2020 19:12
Show Gist options
  • Save joseberlines/a57544d148581fb9953d91bfbbeb20ca to your computer and use it in GitHub Desktop.
Save joseberlines/a57544d148581fb9953d91bfbbeb20ca to your computer and use it in GitHub Desktop.
graph_direct
ipycytoscape_obj2 = ipycytoscape.CytoscapeWidget()
ipycytoscape_obj2.graph.add_graph_from_json(railnetJSON, directed=True)
ipycytoscape_obj2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment