##// END OF EJS Templates
Small fix to info message when pylab starts.
Fernando Perez -
Show More
@@ -98,8 +98,7 b' def pylab_activate(user_ns, gui=None, import_all=True):'
98 matplotlib.interactive(True)
98 matplotlib.interactive(True)
99
99
100 print """
100 print """
101 Welcome to pylab, a matplotlib-based Python environment.
101 Welcome to pylab, a matplotlib-based Python environment [backend: %s].
102 Backend in use: %s
103 For more information, type 'help(pylab)'.""" % backend
102 For more information, type 'help(pylab)'.""" % backend
104
103
105 return gui
104 return gui
General Comments 0
You need to be logged in to leave comments. Login now