IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.transformers.coalescestreams

Next topic

Module: nbconvert.transformers.csshtmlheader

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbconvert.transformers.convertfigures

Module containing a transformer that converts outputs in the notebook from one format to another.

1 Class

class IPython.nbconvert.transformers.convertfigures.ConvertFiguresTransformer(**kw)

Bases: IPython.nbconvert.transformers.base.Transformer

Converts all of the outputs in a notebook from one format to another.

__init__(**kw)

Public constructor

transform_cell(cell, resources, cell_index)

Apply a transformation on each cell,

See base.py