##// END OF EJS Templates
log the error stack for a kernel javascript error message
log the error stack for a kernel javascript error message

File last commit:

r10306:301083e0
r14499:c691a7bb
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