From 87c4d15fc40dd53db7ed61229ddf2e3bb38c91bf 2013-08-06 23:21:24 From: Paul Ivanov Date: 2013-08-06 23:21:24 Subject: [PATCH] replace --pylab flag with --matplotlib in usage Since we want to encourage users to start switching to this mode of working, we might as well advertise it (and *not* advertise the old namespace polluting --pylab) --- diff --git a/IPython/terminal/ipapp.py b/IPython/terminal/ipapp.py index 793294a..72e5acd 100755 --- a/IPython/terminal/ipapp.py +++ b/IPython/terminal/ipapp.py @@ -59,8 +59,9 @@ from IPython.utils.traitlets import ( #----------------------------------------------------------------------------- _examples = """ -ipython --pylab # start in pylab mode -ipython --pylab=qt # start in pylab mode with the qt4 backend +ipython --matplotlib # enable matplotlib integration +ipython --matploltib=qt # enable matplotlib integration with qt4 backend + ipython --log-level=DEBUG # set logging to DEBUG ipython --profile=foo # start with profile foo