Merge pull request #7903 from joelmo/patch-3

ipython: comments about deprecated pylab flag
This commit is contained in:
Mateusz Kowalczyk 2015-05-26 11:00:36 +01:00
commit d17429142b

View File

@ -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