##// END OF EJS Templates
add basic print tests for kernel...
add basic print tests for kernel tests new mp.Process behavior for PR #2734

File last commit:

r9376:d18872e9
r9438:077cb3a2
Show More
__init__.py
7 lines | 244 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager