Show More
@@ -1,34 +1,34 b'' | |||
|
1 | 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 | 4 | use to more advanced scenarios. They introduce you to the use of the Notebook |
|
5 | 5 | and also cover aspects of IPython that are available in other clients, such as |
|
6 | 6 | the cell magics for multi-language integration or our extended display |
|
7 | 7 | protocol. |
|
8 | 8 | |
|
9 | 9 | For beginners, we recommend that you start with the 5-part series that |
|
10 | 10 | introduces the system, and later read others as the topics interest you. |
|
11 | 11 | |
|
12 | 12 | Once you are familiar with the notebook system, we encourage you to visit our |
|
13 | 13 | [gallery](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks) |
|
14 | 14 | where you will find many more examples that cover areas from basic Python |
|
15 | 15 | programming to advanced topics in scientific computing. |
|
16 | 16 | |
|
17 | 17 | * [Animations Using clear_output](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Animations%20Using%20clear_output.ipynb) |
|
18 | 18 | * [Cell Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cell%20Magics.ipynb) |
|
19 | 19 | * [Custom Display Logic](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Custom%20Display%20Logic.ipynb) |
|
20 | 20 | * [Cython Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cython%20Magics.ipynb) |
|
21 | 21 | * [Data Publication API](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Data%20Publication%20API.ipynb) |
|
22 | 22 | * [Frontend-Kernel Model](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Frontend-Kernel%20Model.ipynb) |
|
23 | 23 | * [Octave Magic](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Octave%20Magic.ipynb) |
|
24 | 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 | 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 - |
|
|
26 | * [Part 3 - Matplotlib](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb) | |
|
27 | 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 | 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 | 29 | * [Progress Bars](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Progress%20Bars.ipynb) |
|
30 | 30 | * [R Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/R%20Magics.ipynb) |
|
31 | 31 | * [Script Magics](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Script%20Magics.ipynb) |
|
32 | 32 | * [SymPy Examples](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/SymPy%20Examples.ipynb) |
|
33 | 33 | * [Trapezoid Rule](http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Trapezoid%20Rule.ipynb) |
|
34 | 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