File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,21 @@ or you can generate the simple animation described in
3131
3232 python -m gvanim examples/simple.txt simple
3333
34- finally, you can generate an [ Erdős–Rényi] (https://en.wikipedia.org/wiki/Erd%C
35- 5%91s%E2%80%93R%C3%A9nyi_model) graph (with 10 nodes and edge probability
34+ You can generate an [ Erdős–Rényi] ( https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93R%C3%A9nyi_model ) graph (with 10 nodes and edge probability
36351/10) by running
3736
3837 cd examples
3938 gcc -o er er.c
4039 ./er | python -m gvanim er
4140
41+ Finally, you can obain an interactive visualization with
42+ [ Jupyter] ( http://jupyter.org/ ) by running
43+
44+ cd examples
45+ jupyter notebook simple.ipynb
46+
47+ and running all the cells in order.
48+
4249## Todo
4350
4451Any help will be appreciated. Things to do to make this more usable are:
@@ -49,5 +56,5 @@ Any help will be appreciated. Things to do to make this more usable are:
4956- [ ] document the Python code,
5057- [x] add option parsing to ` __main__.py ` ,
5158- [ ] integrate this with [ PyGraphviz] ( https://pygraphviz.github.io/ ) ,
52- - [ ] integrate this with [ Jupyter] ( http://jupyter.org/ ) ,
59+ - [x ] integrate this with [ Jupyter] ( http://jupyter.org/ ) ,
5360- [ ] add more relavant examples.
You can’t perform that action at this time.
0 commit comments