set auto_create flag for notebook apps

Paul Ivanov 15 years ago
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…
Cancel
Save