Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save joseberlines/c6ffe6d52d905d2ad59ceb844b8b7d36 to your computer and use it in GitHub Desktop.
ipycytoscape_obj2.graph.nodes
for node in ipycytoscape_obj2.graph.nodes:
if node.data['id'] == 'NUR':
node.data['label'] = 'Hbf NUR'
ipycytoscape_obj2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment