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