Show More
@@ -663,7 +663,9 b' def embed_kernel(module=None, local_ns=None):' | |||||
663 |
|
663 | |||
664 | def main(): |
|
664 | def main(): | |
665 | """Run an IPKernel as an application""" |
|
665 | """Run an IPKernel as an application""" | |
666 | embed_kernel() |
|
666 | app = IPKernelApp.instance() | |
|
667 | app.initialize() | |||
|
668 | app.start() | |||
667 |
|
669 | |||
668 |
|
670 | |||
669 | if __name__ == '__main__': |
|
671 | if __name__ == '__main__': |
General Comments 0
You need to be logged in to leave comments.
Login now