Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module that pre-processes the notebook for export to HTML.
Bases: IPython.nbconvert.transformers.base.Transformer
Transformer used to pre-process notebook for HTML output. Adds IPython notebook front-end CSS and Pygments CSS to HTML output.
Public constructor
Parameters: | config : Config
**kw : misc
|
---|
Fetch and add CSS to the resource dictionary
Fetch CSS from IPython and Pygments to add at the beginning of the html files. Add this css in resources in the “inlining.css” key
Parameters: | nb : NotebookNode
resources : dictionary
|
---|