mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
set auto_create flag for notebook apps
This commit is contained in:
parent
e4beaf0a73
commit
9e475c3dc5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user