##// END OF EJS Templates
Merge pull request #5993 from payne92/master...
Merge pull request #5993 from payne92/master Fix docs to reflect that container.show() no longer needed #5988

File last commit:

r10306:301083e0
r17004:c6a9fee0 merge
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