Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Contains debug writer.
Bases: IPython.nbconvert.writers.base.WriterBase
Consumes output from nbconvert export...() methods and writes usefull debugging information to the stdout. The information includes a list of resources that were extracted from the notebook(s) during export.
Consume and write Jinja output.
See base for more...