Postprocessors

See also

Configuration options

Configurable options for the nbconvert application

class nbconvert.postprocessors.PostProcessorBase(**kwargs)
postprocess(input)

Post-process output from a writer.

Specialized postprocessors

class nbconvert.postprocessors.ServePostProcessor(**kwargs)

Post processor designed to serve files

Proxies reveal.js requests to a CDN if no local reveal.js is present

postprocess(input)

Serve the build directory with a webserver.