##// END OF EJS Templates
Add notes in the what's new and config sections.
Add notes in the what's new and config sections.

File last commit:

r6701:e9a43963
r6701:e9a43963
Show More
development.txt
21 lines | 645 B | text/plain | TextLexer
=====================
Development version
=====================
This document describes in-flight development work.
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``.
* The :envvar:`IPYTHON_DIR` environment variable has been deprecated and
support for it will be removed in a future release. Please use the
:envvar:`IPYTHONDIR` environment variable instead.