##// END OF EJS Templates
Fix IPython.start_kernel()...
Thomas Kluyver -
Show More
@@ -458,6 +458,7 b' class IPKernelApp(BaseIPythonApplication, InteractiveShellApp):'
458 except KeyboardInterrupt:
458 except KeyboardInterrupt:
459 pass
459 pass
460
460
461 launch_new_instance = IPKernelApp.launch_instance
461
462
462 def main():
463 def main():
463 """Run an IPKernel as an application"""
464 """Run an IPKernel as an application"""
General Comments 0
You need to be logged in to leave comments. Login now