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.
A trait for unicode strings.
Apply a transformation on each cell,
Parameters : | cell : NotebookNode cell
resources : dictionary
cell_index : int
|
---|