Show More
@@ -215,6 +215,9 class NotebookApp(BaseIPythonApplication): | |||
|
215 | 215 | config=True, |
|
216 | 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 | 221 | # Network related information. |
|
219 | 222 | |
|
220 | 223 | ip = Unicode(LOCALHOST, config=True, |
General Comments 0
You need to be logged in to leave comments.
Login now