From 2ad0e9f569a36d5befe2e718262e48430651192f Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 12 Aug 2015 15:26:29 -0700 Subject: [PATCH] Remove outdated --profile example --- notebook/notebookapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 65ddec616..86bfca7bc 100644 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -92,7 +92,6 @@ from .utils import url_path_join, check_pid _examples = """ jupyter notebook # start the notebook -jupyter notebook --profile=sympy # use the sympy profile jupyter notebook --certfile=mycert.pem # use SSL/TLS certificate """