##// END OF EJS Templates
Update readme with full index (auto-generated).
Fernando Perez -
Show More
@@ -1,6 +1,34 b''
1 # Notebook examples
1 # A collection of Notebooks for using IPython effectively
2
2
3 *
3 The following notebooks showcase multiple aspects of IPython, from its basic
4 [Simple animations Using clear_output](http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/master/examples/notebooks/Animations%2520Using%2520clear_output.ipynb).
4 use to more advanced scenarios. They introduce you to the use of the Notebook
5 and also cover aspects of IPython that are available in other clients, such as
6 the cell magics for multi-language integration or our extended display
7 protocol.
5
8
9 For beginners, we recommend that you start with the 5-part series that
10 introduces the system, and later read others as the topics interest you.
6
11
12 Once you are familiar with the notebook system, we encourage you to visit our
13 [gallery](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)
14 where you will find many more examples that cover areas from basic Python
15 programming to advanced topics in scientific computing.
16
17 * [Animations Using clear_output](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Animations%20Using%20clear_output.ipynb)
18 * [Cell Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cell%20Magics.ipynb)
19 * [Custom Display Logic](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Custom%20Display%20Logic.ipynb)
20 * [Cython Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cython%20Magics.ipynb)
21 * [Data Publication API](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Data%20Publication%20API.ipynb)
22 * [Frontend-Kernel Model](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Frontend-Kernel%20Model.ipynb)
23 * [Octave Magic](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Octave%20Magic.ipynb)
24 * [Part 1 - Running Code](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%201%20-%20Running%20Code.ipynb)
25 * [Part 2 - Basic Output](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%202%20-%20Basic%20Output.ipynb)
26 * [Part 3 - Pylab and Matplotlib](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%203%20-%20Pylab%20and%20Matplotlib.ipynb)
27 * [Part 4 - Markdown Cells](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%204%20-%20Markdown%20Cells.ipynb)
28 * [Part 5 - Rich Display System](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb)
29 * [Progress Bars](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Progress%20Bars.ipynb)
30 * [R Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/R%20Magics.ipynb)
31 * [Script Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Script%20Magics.ipynb)
32 * [SymPy Examples](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/SymPy%20Examples.ipynb)
33 * [Trapezoid Rule](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Trapezoid%20Rule.ipynb)
34 * [Typesetting Math Using MathJax](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Typesetting%20Math%20Using%20MathJax.ipynb)
General Comments 0
You need to be logged in to leave comments. Login now