betatim / notebook-as-pdf

Save Jupyter Notebooks as PDF
BSD 3-Clause "New" or "Revised" License
370 stars 73 forks source link

[WIP] Add table of contents to PDFs based on h1 tags #14

Closed betatim closed 4 years ago

betatim commented 4 years ago

For each h1 tag in the notebook we add a bookmark to the PDF, which in turn is rendered as a table of contents by most PDF viewers.

This really closes #12