Postprocessors#
See also
- Configuration options
Configurable options for the nbconvert application
- class nbconvert.postprocessors.PostProcessorBase(**kwargs: Any)#
The base class for post processors.
- postprocess(input_)#
Post-process output from a writer.