Created
January 28, 2021 21:53
-
-
Save joseberlines/c6ffe6d52d905d2ad59ceb844b8b7d36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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