Show More
@@ -257,6 +257,8 b' class IPythonQtConsoleApp(BaseIPythonApplication):' | |||
|
257 | 257 | |
|
258 | 258 | kernel_argv = List(Unicode) |
|
259 | 259 | |
|
260 | # create requested profiles by default, if they don't exist: | |
|
261 | auto_create = CBool(True) | |
|
260 | 262 | # connection info: |
|
261 | 263 | ip = Unicode(LOCALHOST, config=True, |
|
262 | 264 | help="""Set the kernel\'s IP address [default localhost]. |
General Comments 0
You need to be logged in to leave comments.
Login now