Show More
@@ -1,31 +1,31 b'' | |||
|
1 | 1 | ================================== |
|
2 | 2 | Using IPython for interactive work |
|
3 | 3 | ================================== |
|
4 | 4 | |
|
5 | 5 | This section of IPython documentation walk you through most of the IPython |
|
6 | 6 | functionality. You do not need to have any deep knowledge of Python to read this |
|
7 | 7 | tutorial, though some section might make slightly more sens if you have already |
|
8 | 8 | done some work in the REPL. |
|
9 | 9 | |
|
10 | 10 | .. note:: |
|
11 | 11 | |
|
12 | 12 | Some part of this documentation are more than a decade old so might be out |
|
13 | of date, we welcome any report of inacuracy, and Pull Requests that make | |
|
13 | of date, we welcome any report of inaccuracy, and Pull Requests that make | |
|
14 | 14 | that up to date. |
|
15 | 15 | |
|
16 | 16 | .. toctree:: |
|
17 | 17 | :maxdepth: 2 |
|
18 | 18 | :hidden: |
|
19 | 19 | |
|
20 | 20 | tutorial |
|
21 | 21 | plotting |
|
22 | 22 | reference |
|
23 | 23 | shell |
|
24 | 24 | tips |
|
25 | 25 | python-ipython-diff |
|
26 | 26 | magics |
|
27 | 27 | |
|
28 | 28 | .. seealso:: |
|
29 | 29 | |
|
30 | 30 | `A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__ |
|
31 | 31 | `The Jupyter Notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__ |
General Comments 0
You need to be logged in to leave comments.
Login now