Skip to content

Commit

Permalink
Script to hide/show code; 2D graphs, 3D graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
voletiv committed Apr 7, 2017
1 parent 74ac70a commit a64700d
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 263 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pip install jupyter
ipywidgets comes pre-installed with Jupyter. However, widgets might need to be actived using:
```
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py --sys-prefix widgetsnbextension
```

## References
Expand All @@ -114,7 +115,11 @@ jupyter nbextension enable --py widgetsnbextension

- [drawing-animating-shapes-matplotlib](https://nickcharlton.net/posts/drawing-animating-shapes-matplotlib.html)

- [matplotlib examples from SciPy](http://scipython.com/book/chapter-7-matplotlib/examples/simple-surface-plots/)

- [Mathematical notations for LaTeX, which can also be used in Jupyter](https://en.wikibooks.org/wiki/LaTeX/Mathematics)

- [Optional code visibility in iPython notebooks](http://chris-said.io/2016/02/13/how-to-make-polished-jupyter-presentations-with-optional-code-visibility/)

- Fernando Pérez, Brian E. Granger, IPython: A System for Interactive Scientific Computing, Computing in Science and Engineering, vol. 9, no. 3, pp. 21-29, May/June 2007, doi:10.1109/MCSE.2007.53. URL: (http://ipython.org)

Loading

0 comments on commit a64700d

Please sign in to comment.