From 8b71a49fc29e1f79468fcc33dc1915bc60548d52 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Mon, 29 Jul 2013 00:31:54 +0200 Subject: [PATCH 1/2] remove again a few other occurences --- IPython/html/notebookapp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index bfac7bdf0..9a04bed3c 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -96,9 +96,8 @@ from .utils import url_path_join _examples = """ ipython notebook # start the notebook ipython notebook --profile=sympy # use the sympy profile -ipython notebook --pylab=inline # pylab in inline plotting mode +ipython notebook --matplotlib=inline # inline plotting mode ipython notebook --certfile=mycert.pem # use SSL/TLS certificate -ipython notebook --port=5555 --ip=* # Listen on port 5555, all interfaces """ #----------------------------------------------------------------------------- From 698953e8b1c5e3e720365f0f7cc499ff5bb728ae Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 29 Jul 2013 11:27:51 -0700 Subject: [PATCH 2/2] don't recommend `ipython notebook --matplotlib` --- IPython/html/notebookapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 9a04bed3c..9e261117b 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -96,7 +96,6 @@ from .utils import url_path_join _examples = """ ipython notebook # start the notebook ipython notebook --profile=sympy # use the sympy profile -ipython notebook --matplotlib=inline # inline plotting mode ipython notebook --certfile=mycert.pem # use SSL/TLS certificate """