Skip to content

Commit

Permalink
Tag v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Apr 20, 2020
1 parent 1676e50 commit 7cd510b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Jupyter Notebooks as PDF

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

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

Three new features compared to the official "save as PDF" extension:
Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
notebook-as-pdf==0.0.1
notebook-as-pdf
numpy
matplotlib
pandas
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.1",
version="0.0.2",
description="Jupyter extension to export notebooks as PDFs",
install_requires=["nbconvert", "pyppeteer", "pikepdf"],
keywords="jupyter pdf export bundler",
Expand Down

0 comments on commit 7cd510b

Please sign in to comment.