##// END OF EJS Templates
Pass Windows interrupt event to kernels as an environment variable...
Pass Windows interrupt event to kernels as an environment variable This allows third party kernels to use our interrupt mechanism on Windows. Closes gh-5840

File last commit:

r10306:301083e0
r16717:55b9868f
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