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