Module containing a preprocessor that converts outputs in the notebook from one format to another.
Bases: IPython.nbconvert.preprocessors.base.Preprocessor
Converts all of the outputs in a notebook from one format to another.
Public constructor
Apply a transformation on each cell,
See base.py