Show More
@@ -139,6 +139,7 b' def make_ipkernel_cmd(code, executable=None, extra_arguments=[], **kw):' | |||||
139 | def launch_kernel(cmd, stdin=None, stdout=None, stderr=None, |
|
139 | def launch_kernel(cmd, stdin=None, stdout=None, stderr=None, | |
140 | independent=False, |
|
140 | independent=False, | |
141 | cwd=None, ipython_kernel=True, |
|
141 | cwd=None, ipython_kernel=True, | |
|
142 | env=None, | |||
142 | **kw |
|
143 | **kw | |
143 | ): |
|
144 | ): | |
144 | """ Launches a localhost kernel, binding to the specified ports. |
|
145 | """ Launches a localhost kernel, binding to the specified ports. |
General Comments 0
You need to be logged in to leave comments.
Login now