##// END OF EJS Templates
Merge pull request #3117 from Carreau/fixautomagic...
Merge pull request #3117 from Carreau/fixautomagic propagate automagic change to shell this is a band-aid for 0.13 backport, but a real fix will deprecate one or the other locations where this flag is stored.

File last commit:

r9376:d18872e9
r10118:fd8eb91e merge
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