IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.exporters.exporter

Next topic

Module: nbconvert.exporters.latex

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbconvert.exporters.html

Exporter that exports Basic HTML.

1 Class

class IPython.nbconvert.exporters.html.HTMLExporter(config=None, extra_loaders=None, **kw)

Bases: IPython.nbconvert.exporters.exporter.Exporter

Exports a basic HTML document. This exporter assists with the export of HTML. Inherit from it if you are writing your own HTML template and need custom transformers/filters. If you don’t need custom transformers/ filters, just change the ‘template_file’ config option.