IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.writers.debug

Next topic

Module: nbconvert.writers.stdout

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: nbconvert.writers.files

Contains writer for writing nbconvert output to filesystem.

1 Class

class IPython.nbconvert.writers.files.FilesWriter(**kw)

Bases: IPython.nbconvert.writers.base.WriterBase

Consumes nbconvert output and produces files.

__init__(**kw)
write(output, resources, notebook_name=None, **kw)

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...