ipython: comments about deprecated pylab flag
The pylab flag is deprecated: http://mail.scipy.org/pipermail/ipython-dev/2014-March/013411.html
This commit is contained in:
parent
8f648b2d14
commit
9b03663f9e
@ -1,8 +1,8 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, pythonPackages, pyqt4 ? null
|
||||
, notebookSupport ? true # ipython notebook
|
||||
, qtconsoleSupport ? true # ipython qtconsole
|
||||
, pylabSupport ? true # ipython --pylab (backend: agg - no gui, just file)
|
||||
, pylabQtSupport ? true # ipython --pylab=qt (backend: Qt4Agg - plot to window)
|
||||
, pylabSupport ? true # '%pylab' magic (backend: agg - no gui, just file)
|
||||
, pylabQtSupport ? true # '%pylab qt' (backend: Qt4Agg - plot to window)
|
||||
}:
|
||||
|
||||
# ipython qtconsole works with both pyside and pyqt4. But ipython --pylab=qt
|
||||
|
Loading…
Reference in New Issue
Block a user