##// END OF EJS Templates
add path.get_ipython_cache_dir to retrieve a cache directory
add path.get_ipython_cache_dir to retrieve a cache directory

File last commit:

r10198:3b3c55b4
r10230:716d221d
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