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