##// END OF EJS Templates
Backport PR #5716: Add booktabs package to latex base.tplx...
Backport PR #5716: Add booktabs package to latex base.tplx Trivial fix to include the booktabs package in the base.tplx which is required for tables created with pandoc > 1.12.2 (see [releases](http://johnmacfarlane.net/pandoc/releases.html#pandoc-1.12.2-2013-12-07)) - fixes #5690

File last commit:

r10286:b0400b4d
r16630:29d3c96b
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