##// END OF EJS Templates
move IPKernelApp from zmq.ipkernel to zmq.kernelapp...
move IPKernelApp from zmq.ipkernel to zmq.kernelapp - merged IPKernelApp into KernelApp, they are no longer separate classes - embed_kernel moved to its own file - ipkernel now only contains the Kernel class - associated imports updated

File last commit:

r9355:fa603a8f
r9357:891a79bf
Show More
__init__.py
5 lines | 121 B | text/x-python | PythonLexer
"""IPython kernel bases and utilities"""
from .connect import *
from .launcher import *
from .kernelmanagerabc import *