All Projects → Anaconda-Platform → Nbbrowserpdf

Anaconda-Platform / Nbbrowserpdf

Licence: other
LaTeX-free PDF generation from Jupyter Notebooks

Programming Languages

python
139335 projects - #7 most used programming language

nbbrowserpdf

LaTeX-free PDF generation for Jupyter Notebooks

Installation

TODO: pypi package

pip install https://github.com/Anaconda-Server/nbbrowserpdf/archive/master.zip
python -m nbbrowserpdf.install

Enable the extension for every notebook launch:

python -m nbbrowserpdf.install --enable

Installing with conda will handle the installation and enabling (in user space):

conda install --channel anaconda-nb-extensions nbbrowserpdf

In-Browser Usage

In the Notebook application menu bar, click in File -> Download As... -> PDF via Headless Browser (.pdf).

CLI

You can generate a PDF at the command line:

nbbrowserpdf -i Notebook.ipynb -o Notebook.pdf

nbbrowserpdf will also work with streams

cmd_that_makes_ipynb | nbbrowserpdf > output.pdf

You can also see the whole documentation

nbbrowserpdf --help

Development

TODO: document development processes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].