Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jelleschutter/nbconvert-theme-pale-sand-navy

Pale Sand Navy Theme for exporting Jupyter Notebooks to HTML
https://github.com/jelleschutter/nbconvert-theme-pale-sand-navy

jupyter jupyter-notebook nbconvert

Last synced: 25 days ago
JSON representation

Pale Sand Navy Theme for exporting Jupyter Notebooks to HTML

Awesome Lists containing this project

README

        

# 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).