Show More
@@ -461,7 +461,7 class NotebookApp(BaseIPythonApplication): | |||||
461 | # Scrub frontend-specific flags |
|
461 | # Scrub frontend-specific flags | |
462 | self.kernel_argv = swallow_argv(argv, notebook_aliases, notebook_flags) |
|
462 | self.kernel_argv = swallow_argv(argv, notebook_aliases, notebook_flags) | |
463 | # Kernel should inherit default config file from frontend |
|
463 | # Kernel should inherit default config file from frontend | |
464 | self.kernel_argv.append("--KernelApp.parent_appname='%s'"%self.name) |
|
464 | self.kernel_argv.append("--IPKernelApp.parent_appname='%s'" % self.name) | |
465 |
|
465 | |||
466 | if self.extra_args: |
|
466 | if self.extra_args: | |
467 | f = os.path.abspath(self.extra_args[0]) |
|
467 | f = os.path.abspath(self.extra_args[0]) |
General Comments 0
You need to be logged in to leave comments.
Login now