##// END OF EJS Templates
Build 64-bit windows installer via Wine.
Build 64-bit windows installer via Wine.

File last commit:

r6184:b4061b0f
r6601:db3fa31d
Show More
development.txt
18 lines | 450 B | 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``.