##// END OF EJS Templates
Start writing 'What's new' docs for recent changes.
Thomas Kluyver -
Show More
@@ -13,6 +13,18 b' Main `ipython` branch'
13 New features
13 New features
14 ------------
14 ------------
15
15
16 .. Expand on this:
17 * **HTML Notebook**: A powerful new interface puts IPython in your browser. You
18 can start it with the command ``ipython notebook``. See :ref:`the Notebook
19 docs <htmlnotebook>` for technical details.
20
21 * **Python 3 compatibility**: IPython can now be installed from a single
22 codebase on Python 2 and Python 3. The installation process for Python 3
23 automatically runs 2to3.
24
25 * **PyPy support**: The terminal interface to IPython now runs under
26 `PyPy <http://pypy.org/>`_.
27
16 .. * use bullet list
28 .. * use bullet list
17
29
18 Backwards incompatible changes
30 Backwards incompatible changes
General Comments 0
You need to be logged in to leave comments. Login now