##// END OF EJS Templates
Removing extra call to Kernel.stop_channels.
Removing extra call to Kernel.stop_channels.

File last commit:

r7033:e3695776
r7209:fb02a677
Show More
development.txt
27 lines | 1.0 KiB | text/plain | TextLexer
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 =====================
Development version
Brian Granger
Cleanup of docs....
r2275 =====================
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 This document describes in-flight development work.
Thomas Kluyver
Describe the IPython situation in What's New docs.
r4147
Thomas Kluyver
Add %install_ext to What's new docs.
r6184 Redesigned IPython notebook user interface
------------------------------------------
.. add details
Other new features
------------------
* **%install_ext**: A new magic function to install an IPython extension from
a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``.
Bradley M. Froehle
Describe history of IPYTHON_DIR.
r6702 * The :envvar:`IPYTHON_DIR` environment variable, introduced in the Great
Reorganization of 0.11 and existing only in versions 0.11-0.13, has been
deprecated. As described in :ghissue:`1167`, the complexity and confusion of
migrating to this variable is not worth the aesthetic improvement. Please use
the historical :envvar:`IPYTHONDIR` environment variable instead.
Thomas Kluyver
Add %install_ext to What's new docs.
r6184
Mike Hansen
Make default value of interactivity passed to run_ast_nodes configurable
r7033 * The default value of *interactivity* passed from
:meth:`~IPython.core.interactiveshell.InteractiveShell.run_cell` to
:meth:`~IPython.core.interactiveshell.InteractiveShell.run_ast_nodes`
is now configurable.