##// END OF EJS Templates
Backport PR #4903: use https for all embeds...
Backport PR #4903: use https for all embeds YouTube, Vimeo, Scribd I can't think of a reason not to, and http embeds won't work on https pages.

File last commit:

r10306:301083e0
r14850:c12c760b
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