Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Module that allows latex output notebooks to be conditioned before they are converted.
Bases: IPython.nbconvert.preprocessors.base.Preprocessor
Preprocessor for latex destined documents.
Mainly populates the latex key in the resources dict, adding definitions for pygments highlight styles.
Preprocessing to apply on each notebook.
Parameters: | nb : NotebookNode
resources : dictionary
|
---|