##// END OF EJS Templates
less %pylab, more cowbell!
Paul Ivanov -
Show More
@@ -138,7 +138,7 b' class PylabMagics(Magics):'
138 print ("Populating the interactive namespace from numpy and matplotlib")
138 print ("Populating the interactive namespace from numpy and matplotlib")
139 if clobbered:
139 if clobbered:
140 warn("pylab import has clobbered these variables: %s" % clobbered +
140 warn("pylab import has clobbered these variables: %s" % clobbered +
141 "\n`%pylab --no-import-all` prevents importing * from pylab and numpy"
141 "\n`%matplotlib` prevents importing * from pylab and numpy"
142 )
142 )
143
143
144 def _show_matplotlib_backend(self, gui, backend):
144 def _show_matplotlib_backend(self, gui, backend):
General Comments 0
You need to be logged in to leave comments. Login now