Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbconvert.filters.highlight

Module containing filter functions that allow code to be highlighted from within Jinja templates.

2 Classes

class IPython.nbconvert.filters.highlight.Highlight2HTML(pygments_lexer=None, **kwargs)

Bases: IPython.nbconvert.utils.base.NbConvertBase

__init__(pygments_lexer=None, **kwargs)
class IPython.nbconvert.filters.highlight.Highlight2Latex(pygments_lexer=None, **kwargs)

Bases: IPython.nbconvert.utils.base.NbConvertBase

__init__(pygments_lexer=None, **kwargs)