Skip to content

Commit

Permalink
Update examples/cyto_from_scratch_1.ipynb
Browse files Browse the repository at this point in the history
cool

Co-authored-by: Mariana Meireles <[email protected]>
  • Loading branch information
joseberlines and marimeireles authored Dec 14, 2020
1 parent c685441 commit d48fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cyto_from_scratch_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
" ]\n",
"railnetJSON = json.loads(railnet)\n",
"ipycytoscape_obj9 = ipycytoscape.CytoscapeWidget()\n",
"ipycytoscape_obj9.graph.add_graph_from_json(railnetJSON, directed=True) # I am telling I dont want directions\n",
"ipycytoscape_obj9.graph.add_graph_from_json(railnetJSON, directed=True) # We're specifying that the graph should be undirected\n",
"ipycytoscape_obj9.set_style(my_style)\n",
"ipycytoscape_obj9"
]
Expand Down

0 comments on commit d48fe1a

Please sign in to comment.