diff --git a/docs/source/whatsnew/development.txt b/docs/source/whatsnew/development.txt index 97dc5c0..c1ed4eb 100644 --- a/docs/source/whatsnew/development.txt +++ b/docs/source/whatsnew/development.txt @@ -13,6 +13,18 @@ Main `ipython` branch New features ------------ +.. Expand on this: +* **HTML Notebook**: A powerful new interface puts IPython in your browser. You + can start it with the command ``ipython notebook``. See :ref:`the Notebook + docs ` for technical details. + +* **Python 3 compatibility**: IPython can now be installed from a single + codebase on Python 2 and Python 3. The installation process for Python 3 + automatically runs 2to3. + +* **PyPy support**: The terminal interface to IPython now runs under + `PyPy `_. + .. * use bullet list Backwards incompatible changes