IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.transformers.latex

Next topic

Module: nbconvert.transformers.sphinx

This Page

Warning

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

Module: nbconvert.transformers.revealhelp

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

1 Class

class IPython.nbconvert.transformers.revealhelp.RevealHelpTransformer(**kw)

Bases: IPython.nbconvert.transformers.base.Transformer

call(nb, resources)

Called once to ‘transform’ contents of the notebook.

Parameters:

nb : NotebookNode

Notebook being converted

resources : dictionary

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