Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
HTML Exporter class
Bases: IPython.nbconvert.exporters.templateexporter.TemplateExporter
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 preprocessors/filters. If you don’t need custom preprocessors/ filters, just change the ‘template_file’ config option.