##// END OF EJS Templates
Fix %load files with trailing newline to qtconsole...
Fix %load files with trailing newline to qtconsole Closes gh-7485 This affected setting the next input to any string ending in a newline

File last commit:

r17821:e34e96ed
r19972:52bc0c38
Show More
__init__.py
11 lines | 328 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, run_kernel
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager