##// END OF EJS Templates
Adding Features Of IPython
Sanjana-03 -
Show More
@@ -47,7 +47,29 b' The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*'
47 See the `Jupyter installation docs <https://jupyter.readthedocs.io/en/latest/install.html>`__
47 See the `Jupyter installation docs <https://jupyter.readthedocs.io/en/latest/install.html>`__
48 if you want to use these.
48 if you want to use these.
49
49
50 Main features of IPython
51 ========================
52 Comprehensive object introspection.
50
53
54 Input history, persistent across sessions.
55
56 Caching of output results during a session with automatically generated references.
57
58 Extensible tab completion, with support by default for completion of python variables and keywords, filenames and function keywords.
59
60 Extensible system of ‘magic’ commands for controlling the environment and performing many tasks related to IPython or the operating system.
61
62 A rich configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time).
63
64 Session logging and reloading.
65
66 Extensible syntax processing for special purpose situations.
67
68 Access to the system shell with user-extensible alias system.
69
70 Easily embeddable in other Python programs and GUIs.
71
72 Integrated access to the pdb debugger and the Python profiler.
51
73
52
74
53 Development and Instant running
75 Development and Instant running
General Comments 0
You need to be logged in to leave comments. Login now