##// END OF EJS Templates
update imports with new layout
update imports with new layout

File last commit:

r10284:2a5c0f89
r10284:2a5c0f89
Show More
__init__.py
10 lines | 284 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
# just for friendlier zmq version check
from . import zmq
from .connect import *
from .launcher import *
from .manager import KernelManager
from .blocking import BlockingKernelManager
from .multikernelmanager import MultiKernelManager