##// END OF EJS Templates
keep track of the sigint timer, and cancel it on a new prompt
keep track of the sigint timer, and cancel it on a new prompt

File last commit:

r10198:3b3c55b4
r10383:251778c7
Show More
__init__.py
10 lines | 303 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
# just for friendlier zmq version check
from . import zmq
from .connect import *
from .launcher import *
from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager