From 6212f9aa6b00ca088c76870a0ea3a32cad3b8e29 2014-03-01 01:03:49 From: Paul Ivanov Date: 2014-03-01 01:03:49 Subject: [PATCH] less %pylab, more cowbell! --- diff --git a/IPython/core/magics/pylab.py b/IPython/core/magics/pylab.py index 05faf3c..eba6191 100644 --- a/IPython/core/magics/pylab.py +++ b/IPython/core/magics/pylab.py @@ -138,7 +138,7 @@ class PylabMagics(Magics): print ("Populating the interactive namespace from numpy and matplotlib") if clobbered: warn("pylab import has clobbered these variables: %s" % clobbered + - "\n`%pylab --no-import-all` prevents importing * from pylab and numpy" + "\n`%matplotlib` prevents importing * from pylab and numpy" ) def _show_matplotlib_backend(self, gui, backend):