##// END OF EJS Templates
Merge pull request #5133 from minrk/latex-unicode-nightmare...
Merge pull request #5133 from minrk/latex-unicode-nightmare Don't use combine option on ucs package **never** use combine when mixing ascii and non-ascii chars or all the non-ascii chars will be rendered after the ascii one have been.

File last commit:

r10306:301083e0
r15367:a208ff6a merge
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