##// END OF EJS Templates
move grid-float-breakpoint to 540px...
move grid-float-breakpoint to 540px collapses navbar before running over to two lines due to help/indicator collision.

File last commit:

r10306:301083e0
r18415:ff589391
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