##// END OF EJS Templates
Merge pull request #1695 from bfroehle/_1672_ipython_qtconsole_desktop...
Merge pull request #1695 from bfroehle/_1672_ipython_qtconsole_desktop Avoid deprecated warnings from ipython-qtconsole.desktop.

File last commit:

r6184:b4061b0f
r6706:c7e29e46 merge
Show More
development.txt
18 lines | 450 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``.