##// END OF EJS Templates
clarify %%file docstring...
clarify %%file docstring there was a leftover mention of `-f`, which doesn't actually exist. see #3178

File last commit:

r10198:3b3c55b4
r10229:4b9d7f52
Show More
__init__.py
10 lines | 303 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 .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager