IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.preprocessors.latex

Next topic

Module: nbconvert.preprocessors.svg2pdf

This Page

Module: nbconvert.preprocessors.revealhelp

Module that pre-processes the notebook for export via Reveal.

1 Class

class IPython.nbconvert.preprocessors.revealhelp.RevealHelpPreprocessor(**kw)

Bases: IPython.nbconvert.preprocessors.base.Preprocessor

preprocess(nb, resources)

Called once to ‘preprocess’ contents of the notebook.

Parameters:

nb : NotebookNode

Notebook being converted

resources : dictionary

Additional resources used in the conversion process. Allows preprocessors to pass variables into the Jinja engine.