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 """ #-----------------------------------------------------------------------------