Merge pull request #7903 from joelmo/patch-3
ipython: comments about deprecated pylab flag
This commit is contained in:
commit
d17429142b
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue