##// END OF EJS Templates
improve config line magic...
improve config line magic check for MissUpperCasing and add additional info if there is a case insensitive match on clas if line of the form %config Class.value return the value of the trait instead of just throwing bad usage

File last commit:

r9376:d18872e9
r10207:8ae53f33
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