##// END OF EJS Templates
LOTS OF WIDGET CHANGES...
LOTS OF WIDGET CHANGES Moved model-like code out of manager. Added parent/child API. Throttling now occurs on a model by model level. View/cell association is fixed for the most part, but there is still one assumption being made in handle_com_msg.

File last commit:

r10306:301083e0
r14278:f58ca8b9
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