##// END OF EJS Templates
update pylab_import_all help string
MinRK -
Show More
@@ -176,8 +176,11 b' class InteractiveShellApp(Configurable):'
176 """
176 """
177 )
177 )
178 pylab_import_all = Bool(True, config=True,
178 pylab_import_all = Bool(True, config=True,
179 help="""If true, an 'import *' is done from numpy and pylab,
179 help="""If true, IPython will populate the user namespace with numpy, pylab, etc.
180 when using pylab"""
180 and an 'import *' is done from numpy and pylab, when using pylab mode.
181
182 When False, pylab mode should not import any names into the user namespace.
183 """
181 )
184 )
182 shell = Instance('IPython.core.interactiveshell.InteractiveShellABC')
185 shell = Instance('IPython.core.interactiveshell.InteractiveShellABC')
183
186
General Comments 0
You need to be logged in to leave comments. Login now