##// END OF EJS Templates
Small typo in pylab deprecation message
Albert Zhang -
Show More
@@ -155,7 +155,7 b' class PylabMagics(Magics):'
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(
157 print(
158 "%pylab is deprecated, use %matpltolib inline and import the required libraries."
158 "%pylab is deprecated, use %matplotlib inline and import the required libraries."
159 )
159 )
160 print("Populating the interactive namespace from numpy and matplotlib")
160 print("Populating the interactive namespace from numpy and matplotlib")
161 if clobbered:
161 if clobbered:
General Comments 0
You need to be logged in to leave comments. Login now