##// END OF EJS Templates
Merge pull request #4897 from khinsen/kernel_cmd_doc...
Min RK -
r14822:be63e098 merge
parent child Browse files
Show More
@@ -70,7 +70,13 b' class KernelManager(LoggingConfigurable, ConnectionFileMixin):'
70
70
71 kernel_cmd = List(Unicode, config=True,
71 kernel_cmd = List(Unicode, config=True,
72 help="""The Popen Command to launch the kernel.
72 help="""The Popen Command to launch the kernel.
73 Override this if you have a custom
73 Override this if you have a custom kernel.
74 If kernel_cmd is specified in a configuration file,
75 IPython does not pass any arguments to the kernel,
76 because it cannot make any assumptions about the
77 arguments that the kernel understands. In particular,
78 this means that the kernel does not receive the
79 option --debug if it given on the IPython command line.
74 """
80 """
75 )
81 )
76
82
General Comments 0
You need to be logged in to leave comments. Login now