IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.nbconvertapp

Next topic

Module: nbconvert.post_processors.pdf

This Page

Warning

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

Module: nbconvert.post_processors.base

Basic post processor

1 Class

class IPython.nbconvert.post_processors.base.PostProcessorBase(**kw)

Bases: IPython.nbconvert.utils.base.NbConvertBase

call(input)

Post-process output from a writer.