Metadata-Version: 2.1
Name: nbconvert-theme-pale-sand-navy
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://github.com/jelleschutter/nbconvert-theme-pale-sand-navy
Author: Jelle Schutter
Author-email: jelle@schutter.xyz
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# nbconvert-theme-pale-sand-navy
This is a theme for the jupyter nbconvert extension. Checkout the screenshot below which was created from [this project](https://jelle.schutter.xyz/fhnw-ds-daw-fs2021-covid/).

![Screenshot](https://user-images.githubusercontent.com/27961514/115474118-0e352200-a23d-11eb-8600-86ba8a3e1de9.png)
## Installation
```bash
pip install nbconvert-theme-pale-sand-navy
```
## Usage
After installing the package you can select theme by passing the template parameter to the jupyter nbconvert command.
```bash
jupyter nbconvert --to html --template pale-sand-navy notebook.ipynb
```
It can also be easily used inside GitHub Actions like [here](https://github.com/jelleschutter/fhnw-ds-daw-fs2021-covid/blob/42fec69c401e61e2e0705edc4f212ae9c9e7fb68/.github/workflows/publish.yml#L20-L31).


