Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: nbconvert.exporters.html¶
HTML Exporter class
1 Class¶
-
class
IPython.nbconvert.exporters.html.HTMLExporter(config=None, extra_loaders=None, **kw)¶ Bases:
IPython.nbconvert.exporters.templateexporter.TemplateExporterExports 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 preprocessors/filters. If you don’t need custom preprocessors/ filters, just change the ‘template_file’ config option.
