diff --git a/IPython/frontend/html/notebook/notebookapp.py b/IPython/frontend/html/notebook/notebookapp.py index b0360e5b7cb..e2f3324af81 100644 --- a/IPython/frontend/html/notebook/notebookapp.py +++ b/IPython/frontend/html/notebook/notebookapp.py @@ -215,6 +215,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,