Skip to content

jelleschutter/nbconvert-theme-pale-sand-navy

Repository files navigation

nbconvert-theme-pale-sand-navy

This is a theme for the jupyter nbconvert extension. Checkout the screenshot below which was created from this project.

Screenshot

Installation

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.

jupyter nbconvert --to html --template pale-sand-navy notebook.ipynb

It can also be easily used inside GitHub Actions like here.