__init__.py
10 lines
| 303 B
| text/x-python
|
PythonLexer
MinRK
|
r9376 | """IPython kernels and associated utilities""" | ||
Brian Granger
|
r3518 | |||
MinRK
|
r10198 | # just for friendlier zmq version check | ||
from . import zmq | ||||
MinRK
|
r9355 | from .connect import * | ||
from .launcher import * | ||||
MinRK
|
r9376 | from .kernelmanager import KernelManager | ||
from .blockingkernelmanager import BlockingKernelManager | ||||
from .multikernelmanager import MultiKernelManager | ||||