File: index.rst

package info (click to toggle)
ipython 8.35.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,696 kB
  • sloc: python: 42,461; sh: 376; makefile: 243
file content (32 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
========
Tutorial
========

This section of IPython documentation will walk you through most of the IPython
functionality. You do not need to have any deep knowledge of Python to read this
tutorial, though some sections might make slightly more sense if you have already
done some work in the classic Python REPL.

.. note::
    
    Some part of this documentation are more than a decade old so might be out
    of date, we welcome any report of inaccuracy, and Pull Requests that make
    that up to date.

.. toctree::
   :maxdepth: 2
   :hidden:

   tutorial
   plotting
   reference
   shell
   autoawait
   tips
   python-ipython-diff
   magics

.. seealso::

    `A Qt Console for Jupyter <https://jupyter.org/qtconsole/>`__
    `The Jupyter Notebook <https://jupyter-notebook.readthedocs.io/en/latest/>`__