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