IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.preprocessors.base

Next topic

Module: nbconvert.preprocessors.coalescestreams

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release.

Module: nbconvert.preprocessors.clearoutput

Module containing a preprocessor that removes the outputs from code cells

1 Class

class IPython.nbconvert.preprocessors.clearoutput.ClearOutputPreprocessor(**kw)

Bases: IPython.nbconvert.preprocessors.base.Preprocessor

Removes the output from all code cells in a notebook.

preprocess_cell(cell, resources, cell_index)

Apply a transformation on each cell. See base.py for details.