From dd5f1514518495132be3e0fde26ddfc7a714a00d Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 17 Aug 2015 21:58:26 -0700 Subject: [PATCH] remove old IPython examples jupyter doesn't have profiles --- notebook/notebookapp.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 81b417e65..9222e663b 100644 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -91,9 +91,8 @@ from .utils import url_path_join, check_pid #----------------------------------------------------------------------------- _examples = """ -ipython notebook # start the notebook -ipython notebook --profile=sympy # use the sympy profile -ipython notebook --certfile=mycert.pem # use SSL/TLS certificate +jupyter notebook # start the notebook +jupyter notebook --certfile=mycert.pem # use SSL/TLS certificate """ #-----------------------------------------------------------------------------