Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Module containing a preprocessor that removes the outputs from code cells
Bases: IPython.nbconvert.preprocessors.base.Preprocessor
Removes the output from all code cells in a notebook.
Apply a transformation on each cell. See base.py for details.