Metadata-Version: 2.1
Name: nb2pdf
Version: 0.2.0
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
Description: # Jupyter Notebook to PDF Converter
        
        [![Build Status](https://travis-ci.org/ucbds-infra/nb2pdf.svg?branch=master)](https://travis-ci.org/ucbds-infra/nb2pdf) [![codecov](https://codecov.io/gh/ucbds-infra/nb2pdf/branch/master/graph/badge.svg)](https://codecov.io/gh/ucbds-infra/nb2pdf)
        
        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/otter-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).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
