Skip to content

Commit 3d91aea

Browse files
committed
Testing with binder
1 parent 1baf717 commit 3d91aea

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3635
1/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

4451
Any 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.

0 commit comments

Comments
 (0)