##// END OF EJS Templates
Make note about Py2 support not a directive
Thomas Kluyver -
Show More
@@ -22,14 +22,13 b' Welcome to IPython. Our full documentation is available on `ipython.readthedocs'
22 <https://ipython.readthedocs.io/en/stable/>`_ and contains information on how to install, use and
22 <https://ipython.readthedocs.io/en/stable/>`_ and contains information on how to install, use and
23 contribute to the project.
23 contribute to the project.
24
24
25 .. important::
25 **IPython versions and Python Support**
26 **IPython versions and Python Support**
27
26
28 **IPython 6** requires Python version 3.3 and above.
27 **IPython 6** requires Python version 3.3 and above.
29
28
30 **IPython 5.x LTS** is the compatible release for Python 2.x, 3.0, 3.1, 3.2.
29 **IPython 5.x LTS** is the compatible release for Python 2.7.
31 If you require Python 2 support, you **must** use IPython 5.x LTS. Please
30 If you require Python 2 support, you **must** use IPython 5.x LTS. Please
32 update your project configurations and requirements as necessary.
31 update your project configurations and requirements as necessary.
33
32
34
33
35 The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
34 The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
General Comments 0
You need to be logged in to leave comments. Login now