##// END OF EJS Templates
wait for new-notebook button to arrive...
wait for new-notebook button to arrive before clicking it. Race condition was causing intermittent test failures.

File last commit:

r19223:abf4ddf4
r20106:579643e8
Show More
__init__.py
8 lines | 211 B | text/x-python | PythonLexer
from .channels import (
InProcessChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient