mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #7903 from joelmo/patch-3
ipython: comments about deprecated pylab flag
This commit is contained in:
commit
d17429142b
@ -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