##// END OF EJS Templates
Edit file index.rst
fatData -
Show More
@@ -11,7 +11,7 b' IPython Documentation'
11
11
12 Welcome to the official IPython documentation
12 Welcome to the official IPython documentation
13
13
14 IPython provides a rich toolkit to help you make the most out of using Python
14 IPython provides a rich toolkit to help you make the most of using Python
15 interactively. Its main components are:
15 interactively. Its main components are:
16
16
17 * A powerful interactive Python shell
17 * A powerful interactive Python shell
@@ -33,7 +33,7 b' features:'
33 variables and keywords, filenames and function keywords.
33 variables and keywords, filenames and function keywords.
34
34
35 * Extensible system of 'magic' commands for controlling the environment and
35 * Extensible system of 'magic' commands for controlling the environment and
36 performing many tasks related either to IPython or the operating system.
36 performing many tasks related to IPython or the operating system.
37
37
38 * A rich configuration system with easy switching between different setups
38 * A rich configuration system with easy switching between different setups
39 (simpler than changing $PYTHONSTARTUP environment variables every time).
39 (simpler than changing $PYTHONSTARTUP environment variables every time).
@@ -49,7 +49,7 b' features:'
49 * Integrated access to the pdb debugger and the Python profiler.
49 * Integrated access to the pdb debugger and the Python profiler.
50
50
51
51
52 The Command line interface inherits all the above functionality and posses
52 The Command line interface inherits all of the above functionalities and possess
53
53
54 * real multi-line editing.
54 * real multi-line editing.
55
55
@@ -57,24 +57,24 b' The Command line interface inherits all the above functionality and posses'
57
57
58 * integration with command line editor for a better workflow.
58 * integration with command line editor for a better workflow.
59
59
60 The kernel also have its share of feature, when used with a compatible frontend
60 The kernel also has its share of features. When used with a compatible frontend,
61 it allows for:
61 it allows:
62
62
63 * rich display system for object allowing to display Html, Images, Latex,Sounds
63 * the object to create a rich display of Html, Images, Latex, Sound and
64 Video.
64 Video.
65
65
66 * interactive widgets with the use of the ``ipywidgets`` package.
66 * interactive widgets with the use of the ``ipywidgets`` package.
67
67
68
68
69 This documentation will walk through most of the features of the IPython
69 This documentation will walk you through most of the features of the IPython
70 command line and kernel, as well as describe the internals mechanisms in order
70 command line and kernel, as well as describe the internal mechanisms in order
71 to improve your Python workflow.
71 to improve your Python workflow.
72
72
73 You can always find the table of content for this documentation in the left
73 You can find the table of content for this documentation in the left
74 sidebar, allowing you to come back on previous section if needed, or skip ahead.
74 sidebar, allowing you to come back to previous sections or skip ahead, if needed.
75
75
76
76
77 The latest development version is always available from IPython's `GitHub
77 The latest development version is always available through IPython's `GitHub
78 repository <http://github.com/ipython/ipython>`_.
78 repository <http://github.com/ipython/ipython>`_.
79
79
80
80
@@ -98,7 +98,7 b' repository <http://github.com/ipython/ipython>`_.'
98 .. seealso::
98 .. seealso::
99
99
100 `Jupyter documentation <http://jupyter.readthedocs.io/en/latest/>`__
100 `Jupyter documentation <http://jupyter.readthedocs.io/en/latest/>`__
101 The Notebook code and many other pieces formerly in IPython are now parts
101 The Notebook code and other pieces formerly in IPython, are now part
102 of Project Jupyter.
102 of Project Jupyter.
103 `ipyparallel documentation <http://ipyparallel.readthedocs.io/en/latest/>`__
103 `ipyparallel documentation <http://ipyparallel.readthedocs.io/en/latest/>`__
104 Formerly ``IPython.parallel``.
104 Formerly ``IPython.parallel``.
General Comments 0
You need to be logged in to leave comments. Login now