##// 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 98 matplotlib.interactive(True)
99 99
100 100 print """
101 Welcome to pylab, a matplotlib-based Python environment.
102 Backend in use: %s
101 Welcome to pylab, a matplotlib-based Python environment [backend: %s].
103 102 For more information, type 'help(pylab)'.""" % backend
104 103
105 104 return gui
General Comments 0
You need to be logged in to leave comments. Login now