Module containing a preprocessor that extracts all of the outputs from the notebook file. The extracted outputs are returned in the ‘resources’ dictionary.
Bases: IPython.nbconvert.preprocessors.base.Preprocessor
Extracts all of the outputs from the notebook file. The extracted outputs are returned in the ‘resources’ dictionary.
Apply a transformation on each cell,
Parameters: | cell : NotebookNode cell
resources : dictionary
cell_index : int
|
---|