##// END OF EJS Templates
Merge pull request #12500 from Carreau/pylab-deprecate...
Matthias Bussonnier -
r25971:f25a0b56 merge
parent child Browse files
Show More
@@ -154,6 +154,7 b' class PylabMagics(Magics):'
154
154
155 gui, backend, clobbered = self.shell.enable_pylab(args.gui, import_all=import_all)
155 gui, backend, clobbered = self.shell.enable_pylab(args.gui, import_all=import_all)
156 self._show_matplotlib_backend(args.gui, backend)
156 self._show_matplotlib_backend(args.gui, backend)
157 print ("%pylab is deprecated, use %matpltolib inline and import the required libraries.")
157 print ("Populating the interactive namespace from numpy and matplotlib")
158 print ("Populating the interactive namespace from numpy and matplotlib")
158 if clobbered:
159 if clobbered:
159 warn("pylab import has clobbered these variables: %s" % clobbered +
160 warn("pylab import has clobbered these variables: %s" % clobbered +
General Comments 0
You need to be logged in to leave comments. Login now