##// END OF EJS Templates
Fix, ansi2latex style-less code support...
Fix, ansi2latex style-less code support Allow ansi2latex function to recognize ansi codes without styles

File last commit:

r10582:07f00631
r11495:75b63aee
Show More
kernel.py
12 lines | 253 B | text/x-python | PythonLexer
"""[DEPRECATED] Utilities for connecting to kernels
Moved to IPython.kernel.connect
"""
import warnings
warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0",
DeprecationWarning
)
from IPython.kernel.connect import *