##// END OF EJS Templates
Fixed port range...
Fixed port range Actual port range for ZMQ is 49152 through 65535. Also fixed some grammar/spelling issues.

File last commit:

r10306:301083e0
r18945:ef1b89e1
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