set auto_create flag for notebook apps

This commit is contained in:
Paul Ivanov 2012-01-10 16:52:07 -08:00
parent e4beaf0a73
commit 9e475c3dc5

View File

@ -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,