##// END OF EJS Templates
document the --matplotlib flag
Paul Ivanov -
Show More
@@ -109,9 +109,14 b' Core'
109 - editor hooks have been restored from quarantine, enabling TextMate as editor,
109 - editor hooks have been restored from quarantine, enabling TextMate as editor,
110 etc.
110 etc.
111 - The env variable PYTHONSTARTUP is respected by IPython.
111 - The env variable PYTHONSTARTUP is respected by IPython.
112 - A ``%matplotlib`` magic is added, which is like the old ``%pylab`` magic,
112 - The ``%matplotlib`` magic was added, which is like the old ``%pylab`` magic,
113 but it does not import anything to the interactive namespace.
113 but it does not import anything to the interactive namespace.
114 It is recommended that users switch to ``%matplotlib`` and explicit imports.
114 It is recommended that users switch to ``%matplotlib`` and explicit imports.
115 - The ``--matplotlib`` command line flag was also added. It invokes the new
116 ``%matplotlib`` magic and can be used in the same way as the old ``--pylab``
117 flag. You can either use it by itself as a flag (``--matplotlib``), or you
118 can also pass a backend explicitly (``--matplotlib qt`` or
119 ``--matplotlib=wx``, etc).
115
120
116
121
117 Backwards incompatible changes
122 Backwards incompatible changes
General Comments 0
You need to be logged in to leave comments. Login now