IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.preprocessors.csshtmlheader

Next topic

Module: nbconvert.preprocessors.extractoutput

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.execute

Module containing a preprocessor that removes the outputs from code cells

1 Class

class IPython.nbconvert.preprocessors.execute.ExecutePreprocessor(**kw)

Bases: IPython.nbconvert.preprocessors.base.Preprocessor

Executes all the cells in a notebook

preprocess_cell(cell, resources, cell_index)

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