##// END OF EJS Templates
Refine What's New docs.
Thomas Kluyver -
Show More
@@ -18,18 +18,18 b' New features'
18 can start it with the command ``ipython notebook``. See :ref:`the Notebook
18 can start it with the command ``ipython notebook``. See :ref:`the Notebook
19 docs <htmlnotebook>` for technical details.
19 docs <htmlnotebook>` for technical details.
20
20
21 * **Tabbed QtConsole**: The QtConsole now supports starting multiple kernels in
22 tabs, and has a menubar, so it looks and behaves more like a real application.
23 Keyboard enthusiasts can disable the menubar with ctrl-shift-M (:ghpull:`887`).
24
21 * **Python 3 compatibility**: IPython can now be installed from a single
25 * **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
26 codebase on Python 2 and Python 3. The installation process for Python 3
23 automatically runs 2to3. Python 3 no longer loads a separate 'python3'
27 automatically runs 2to3. The same 'default' profile is now used for
24 profile by default. It uses the same 'default' profile as in Python 2.
28 Python 2 and 3 (the previous version had a separate 'python3' profile).
25
29
26 * **PyPy support**: The terminal interface to IPython now runs under
30 * **PyPy support**: The terminal interface to IPython now runs under
27 `PyPy <http://pypy.org/>`_.
31 `PyPy <http://pypy.org/>`_.
28
32
29 * **Tabbed QtConsole**: The QtConsole now supports starting multiple kernels in
30 tabs, and has a menubar, so it looks and behaves more like a real application.
31 Keyboard enthusiasts can disable the menubar with ctrl-shift-M (:ghpull:`887`).
32
33 * **SSH Tunnels**: In 0.11, the :mod:`IPython.parallel` Client could tunnel its
33 * **SSH Tunnels**: In 0.11, the :mod:`IPython.parallel` Client could tunnel its
34 connections to the Controller via ssh. Now, the QtConsole :ref:`supports
34 connections to the Controller via ssh. Now, the QtConsole :ref:`supports
35 <ssh_tunnels>` ssh tunneling, as do parallel engines.
35 <ssh_tunnels>` ssh tunneling, as do parallel engines.
General Comments 0
You need to be logged in to leave comments. Login now