##// END OF EJS Templates
use DEFAULT_STATIC_FILES_PATH to find css files...
use DEFAULT_STATIC_FILES_PATH to find css files get_ipython_package_dir() does not necessarily contain the files, e.g. in distribution packages which share files with python3 in a different folder.

File last commit:

r10286:b0400b4d
r14750:7d9f8d99
Show More
__init__.py
11 lines | 316 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 .client import KernelClient
from .manager import KernelManager
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager