##// END OF EJS Templates
Fix passing user_ns to IPython.start_kernel()
Thomas Kluyver -
Show More
@@ -393,6 +393,7 b' class IPKernelApp(BaseIPythonApplication, InteractiveShellApp):'
393 393 stdin_socket=self.stdin_socket,
394 394 log=self.log,
395 395 profile_dir=self.profile_dir,
396 user_ns=self.user_ns,
396 397 )
397 398 kernel.record_ports(self.ports)
398 399 self.kernel = kernel
General Comments 0
You need to be logged in to leave comments. Login now