diff --git a/IPython/frontend/html/notebook/notebookapp.py b/IPython/frontend/html/notebook/notebookapp.py index 00ab84a..21252d8 100644 --- a/IPython/frontend/html/notebook/notebookapp.py +++ b/IPython/frontend/html/notebook/notebookapp.py @@ -217,6 +217,9 @@ class NotebookApp(BaseIPythonApplication): config=True, help="Set the log level by value or name.") + # create requested profiles by default, if they don't exist: + auto_create = Bool(True) + # Network related information. ip = Unicode(LOCALHOST, config=True,