Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jelleschutter/nbconvert-theme-pale-sand-navy
- Owner: jelleschutter
- License: mit
- Created: 2021-04-19T21:20:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T08:56:18.000Z (over 3 years ago)
- Last Synced: 2024-08-31T14:39:01.813Z (4 months ago)
- Topics: jupyter, jupyter-notebook, nbconvert
- Language: Jinja
- Homepage: https://pypi.org/project/nbconvert-theme-pale-sand-navy/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).