Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module containing a transformer that extracts all of the outputs from the notebook file. The extracted outputs are returned in the ‘resources’ dictionary.
Bases: IPython.nbconvert.transformers.base.Transformer
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
|
---|