##// END OF EJS Templates
disable install from master...
disable install from master while it's broken by The Big Split with informative note about `pip install -e`

File last commit:

r20951:706daf38
r21036:5b38bd7e
Show More
__init__.py
8 lines | 269 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .client import KernelClient
from .manager import KernelManager, run_kernel
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager