Skip to content

Instantly share code, notes, and snippets.

@joseberlines
Created December 13, 2020 19:04
Show Gist options
  • Select an option

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

Select an option

Save joseberlines/67a2463516cd46b72872844dfd912738 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