Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Exporter that exports Basic HTML.
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.