##// END OF EJS Templates
update inprocess kernel to new layout...
update inprocess kernel to new layout including Qt mixins

File last commit:

r10298:49d3c39a
r10298:49d3c39a
Show More
__init__.py
7 lines | 216 B | text/x-python | PythonLexer
from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager