##// END OF EJS Templates
Merge pull request #3548 from takluyver/save-icon...
Merge pull request #3548 from takluyver/save-icon Change to standard save icon in Notebook toolbar What used to be a hard drive image is now the more traditional floppy image

File last commit:

r10286:b0400b4d
r11193:7f7dda32 merge
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