File: nbconvertapp.rst

package info (click to toggle)
nbconvert 5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,360 kB
  • sloc: python: 6,192; makefile: 198
file content (25 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NbConvertApp
============

.. module:: nbconvert.nbconvertapp

.. seealso::

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

.. autoclass:: NbConvertApp

    .. automethod:: init_notebooks

    .. automethod:: convert_notebooks

    .. automethod:: convert_single_notebook

    .. automethod:: init_single_notebook_resources

    .. automethod:: export_single_notebook

    .. automethod:: write_single_notebook

    .. automethod:: postprocess_single_notebook