Skip to content

Instantly share code, notes, and snippets.

@joseberlines
Created January 28, 2021 21:45
Show Gist options
  • Select an option

  • Save joseberlines/cabecdff5ad3298347696ef2b951a30f to your computer and use it in GitHub Desktop.

Select an option

Save joseberlines/cabecdff5ad3298347696ef2b951a30f to your computer and use it in GitHub Desktop.
station_NUR = ipycytoscape.Node()
station_NUR.data['id'] = "NUR"
station_NUR.data['label'] = "HBf NUR in construction"
station_NUR.data['classes'] = "west"
ipycytoscape_obj.graph.add_node(station_NUR)
ipycytoscape_obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment