Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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.
-