Created
December 13, 2020 19:04
-
-
Save joseberlines/67a2463516cd46b72872844dfd912738 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