IPython Documentation

Table Of Contents

Previous topic

Module: nbconvert.post_processors.base

Next topic

Module: nbconvert.post_processors.serve

This Page

Warning

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

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