##// END OF EJS Templates
run iptest in Dockerfile...
run iptest in Dockerfile and install sphinx with apt, since it's super slow because of 2to3

File last commit:

r10306:301083e0
r18012:ee07fd16
Show More
__init__.py
10 lines | 270 B | text/x-python | PythonLexer
from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient