Skip to content

Commit

Permalink
Prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Apr 27, 2020
1 parent b433afc commit dfb2e8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jupyter Notebooks as PDF

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/notebook-as-pdf/master)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/notebook-as-pdf/0.1.0)

This Jupyter notebook extension allows you to save your notebook as a PDF.

Expand Down Expand Up @@ -31,5 +31,11 @@ Create a notebook and the click "File -> Download As". Click the new menu entry
called "PDF via HTML". Your notebook will be converted to a PDF on the fly
and then downloaded.

You can also use it with `nbconvert`:
```
jupyter-nbconvert --to PDFviaHTML example.ipynb
```
which will create a file called `example.pdf`.

You will have to use Acrobat Reader to see the attachment to your PDF. Preview
on OSX can not display PDF attachments.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
author="Tim Head",
author_email="betatim@gmail.com",
version="0.0.2",
version="0.1.0",
description="Jupyter extension to export notebooks as PDFs",
install_requires=["nbconvert", "pyppeteer", "pikepdf"],
keywords="jupyter pdf export bundler",
Expand Down

0 comments on commit dfb2e8c

Please sign in to comment.