##// END OF EJS Templates
remove KernelApp.parent_appname...
remove KernelApp.parent_appname This allowed the Kernel to load config from ipython_qtconsole_config.py or ipython_notebook_config.py, depending on the parent that started the kernel. This is of limited usefulness, and can add weird, unexpected side effects.

File last commit:

r13347:54891794
r17100:fc70e8a4
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *