##// END OF EJS Templates
set auto_create flag for notebook apps
Paul Ivanov -
Show More
@@ -215,6 +215,9 b' class NotebookApp(BaseIPythonApplication):'
215 config=True,
215 config=True,
216 help="Set the log level by value or name.")
216 help="Set the log level by value or name.")
217
217
218 # create requested profiles by default, if they don't exist:
219 auto_create = Bool(True)
220
218 # Network related information.
221 # Network related information.
219
222
220 ip = Unicode(LOCALHOST, config=True,
223 ip = Unicode(LOCALHOST, config=True,
General Comments 0
You need to be logged in to leave comments. Login now