##// END OF EJS Templates
allow markdown in heading cells...
allow markdown in heading cells italics, bold, math, etc. closes #3053

File last commit:

r10306:301083e0
r11156:8c83c3b9
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