##// END OF EJS Templates
replace --pylab flag with --matplotlib in usage...
Paul Ivanov -
Show More
@@ -59,8 +59,9 b' from IPython.utils.traitlets import ('
59 #-----------------------------------------------------------------------------
59 #-----------------------------------------------------------------------------
60
60
61 _examples = """
61 _examples = """
62 ipython --pylab # start in pylab mode
62 ipython --matplotlib # enable matplotlib integration
63 ipython --pylab=qt # start in pylab mode with the qt4 backend
63 ipython --matploltib=qt # enable matplotlib integration with qt4 backend
64
64 ipython --log-level=DEBUG # set logging to DEBUG
65 ipython --log-level=DEBUG # set logging to DEBUG
65 ipython --profile=foo # start with profile foo
66 ipython --profile=foo # start with profile foo
66
67
General Comments 0
You need to be logged in to leave comments. Login now