##// END OF EJS Templates
nbconvert.utils.pandoc:...
nbconvert.utils.pandoc: - reduce code duplication - remove obscure parameters from pandoc_available - use find_cmd to locate binaries - group runtime cached values in a private dicitonnary (easier to manipulate) Add pandoc unittests.

File last commit:

r415:4a5dcb15
r14766:800560e7
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]