Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
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
|
---|