Module: nbconvert.transformers.latex
Module: nbconvert.transformers.sphinx
Enter search terms or a module, class or function name.
Module that pre-processes the notebook for export via Reveal.
Bases: IPython.nbconvert.transformers.base.Transformer
Called once to ‘transform’ contents of the notebook.
nb : NotebookNode
Notebook being converted
resources : dictionary
Additional resources used in the conversion process. Allows transformers to pass variables into the Jinja engine.