Skip to content

Commit 7cd510b

Browse files
committed
Tag v0.0.2
1 parent 1676e50 commit 7cd510b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Jupyter Notebooks as PDF
22

3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/notebook-as-pdf/0.0.2)
4+
35
This Jupyter notebook extension allows you to save your notebook as a PDF.
46

57
Three new features compared to the official "save as PDF" extension:

binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
notebook-as-pdf==0.0.1
1+
notebook-as-pdf
22
numpy
33
matplotlib
44
pandas

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
author="Tim Head",
1212
author_email="[email protected]",
13-
version="0.0.1",
13+
version="0.0.2",
1414
description="Jupyter extension to export notebooks as PDFs",
1515
install_requires=["nbconvert", "pyppeteer", "pikepdf"],
1616
keywords="jupyter pdf export bundler",

0 commit comments

Comments
 (0)