Metadata-Version: 2.1
Name: nb2pdf
Version: 0.0.1
Summary: Jupyter Notebook to PDF Converter
Home-page: https://github.com/ucbds-infra/nb2pdf
Author: Chris Pyles & Yanay Rosen
Author-email: cpyles@berkeley.edu
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Jupyter Notebook to PDF Converter

This package converst Jupyter Notebooks (`.ipynb` files) to PDFs using nbconvert. It is designed to create manual submissions for the [Python local grader](https://github.com/ucbds-infra/local-grader) being developed by the UC Berkeley Division of Data Science and Information.

## Usage

The converter by default leaves all cells alone but **removes** code cells without an image in the output. (This is designed to output graphs generated in notebooks in the PDF.) Using metadata tags, cells can be included (with the `include` tag) or excluded (with the `ignore` tag).

