##// END OF EJS Templates
use tornado logging in NotebookApp...
use tornado logging in NotebookApp - remove date, only log time - shorter prefix - colored output - just seems nicer

File last commit:

r10306:301083e0
r16358:b7bd6e1a
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