Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Contains Stdout writer
Bases: IPython.nbconvert.writers.base.WriterBase
Consumes output from nbconvert export...() methods and writes to the stdout stream.
Consume and write Jinja output.
See base for more...