File: postprocessors.rst

package info (click to toggle)
nbconvert 7.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,056 kB
  • sloc: python: 8,449; makefile: 199; javascript: 2
file content (20 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Postprocessors
==============

.. module:: nbconvert.postprocessors

.. seealso::

   :doc:`/config_options`
     Configurable options for the nbconvert application

.. autoclass:: PostProcessorBase

    .. automethod:: postprocess

Specialized postprocessors
--------------------------

.. autoclass:: ServePostProcessor

    .. automethod:: postprocess