diff --git a/IPython/core/pylabtools.py b/IPython/core/pylabtools.py index e4423af..f56131a 100644 --- a/IPython/core/pylabtools.py +++ b/IPython/core/pylabtools.py @@ -98,8 +98,7 @@ def pylab_activate(user_ns, gui=None, import_all=True): matplotlib.interactive(True) print """ -Welcome to pylab, a matplotlib-based Python environment. -Backend in use: %s +Welcome to pylab, a matplotlib-based Python environment [backend: %s]. For more information, type 'help(pylab)'.""" % backend return gui