##// END OF EJS Templates
load inputrc after IPython readline config...
load inputrc after IPython readline config There is some subtlety, in that *user* IPython config should be higher priority than inputrc (more specific), but *default* IPython config should be lower (less specific). If readline config is customized, it will be allowed to run on libedit.

File last commit:

r10286:b0400b4d
r16811:fa9bdccb
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