##// END OF EJS Templates
Describe history of IPYTHON_DIR.
Bradley M. Froehle -
Show More
@@ -1,21 +1,23 b''
1 1 =====================
2 2 Development version
3 3 =====================
4 4
5 5 This document describes in-flight development work.
6 6
7 7 Redesigned IPython notebook user interface
8 8 ------------------------------------------
9 9
10 10 .. add details
11 11
12 12 Other new features
13 13 ------------------
14 14
15 15 * **%install_ext**: A new magic function to install an IPython extension from
16 16 a URL. E.g. ``%install_ext https://bitbucket.org/birkenfeld/ipython-physics/raw/d1310a2ab15d/physics.py``.
17 17
18 * The :envvar:`IPYTHON_DIR` environment variable has been deprecated and
19 support for it will be removed in a future release. Please use the
20 :envvar:`IPYTHONDIR` environment variable instead.
18 * The :envvar:`IPYTHON_DIR` environment variable, introduced in the Great
19 Reorganization of 0.11 and existing only in versions 0.11-0.13, has been
20 deprecated. As described in :ghissue:`1167`, the complexity and confusion of
21 migrating to this variable is not worth the aesthetic improvement. Please use
22 the historical :envvar:`IPYTHONDIR` environment variable instead.
21 23
General Comments 0
You need to be logged in to leave comments. Login now