##// END OF EJS Templates
Merge pull request #1253 from ivanov/profile_auto_create...
Min RK -
r5889:c0be1898 merge
parent child Browse files
Show More
@@ -217,6 +217,9 b' class NotebookApp(BaseIPythonApplication):'
217 config=True,
217 config=True,
218 help="Set the log level by value or name.")
218 help="Set the log level by value or name.")
219
219
220 # create requested profiles by default, if they don't exist:
221 auto_create = Bool(True)
222
220 # Network related information.
223 # Network related information.
221
224
222 ip = Unicode(LOCALHOST, config=True,
225 ip = Unicode(LOCALHOST, config=True,
General Comments 0
You need to be logged in to leave comments. Login now