index.rst
32 lines
| 813 B
| text/x-rst
|
RstLexer
Matthias Bussonnier
|
r23478 | ======== | ||
Tutorial | ||||
======== | ||||
Brian E Granger
|
r1256 | |||
fuho
|
r23008 | This section of IPython documentation will walk you through most of the IPython | ||
Matthias Bussonnier
|
r22598 | functionality. You do not need to have any deep knowledge of Python to read this | ||
fuho
|
r23008 | tutorial, though some sections might make slightly more sense if you have already | ||
Matthias Bussonnier
|
r23478 | done some work in the classic Python REPL. | ||
Matthias Bussonnier
|
r22598 | |||
.. note:: | ||||
Some part of this documentation are more than a decade old so might be out | ||||
Julian Kuhlmann
|
r22770 | of date, we welcome any report of inaccuracy, and Pull Requests that make | ||
Matthias Bussonnier
|
r22598 | that up to date. | ||
Brian E Granger
|
r1256 | .. toctree:: | ||
Brian Granger
|
r1788 | :maxdepth: 2 | ||
Matthias Bussonnier
|
r22598 | :hidden: | ||
Brian E Granger
|
r1256 | |||
Paul Ivanov
|
r11730 | tutorial | ||
Jonathan Frederic
|
r21587 | plotting | ||
reference | ||||
shell | ||||
Matthias Bussonnier
|
r24463 | autoawait | ||
Jonathan Frederic
|
r21587 | tips | ||
klonuo
|
r22475 | python-ipython-diff | ||
Matthias Bussonnier
|
r22598 | magics | ||
Brian Granger
|
r2276 | |||
MinRK
|
r15983 | .. seealso:: | ||
Brian Granger
|
r2275 | |||
Matthias Bussonnier
|
r24425 | `A Qt Console for Jupyter <https://jupyter.org/qtconsole/>`__ | ||
Matthias Bussonnier
|
r22288 | `The Jupyter Notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__ | ||