Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Contains writer for writing nbconvert output to filesystem.
Bases: IPython.nbconvert.writers.base.WriterBase
Consumes nbconvert output and produces files.
Consume and write Jinja output to the file system. Output directory is set via the ‘build_directory’ variable of this instance (a configurable).
See base for more...