IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.post_processors.base

Next topic

Module: nbconvert.post_processors.serve

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).

Module: nbconvert.post_processors.pdf

Contains writer for writing nbconvert output to PDF.

1 Class

class IPython.nbconvert.post_processors.pdf.PDFPostProcessor(**kw)

Bases: IPython.nbconvert.post_processors.base.PostProcessorBase

Writer designed to write to PDF files

call(input)

Consume and write Jinja output a PDF. See files.py for more...