voila-retro

Retro design template for voila


Keywords
ipython, jupyter, widgets, voila
License
Other
Install
pip install voila-retro==0.1.1

Documentation

voila-retro

Binder

Retrolab design template for voila and nbconvert

Installation

With conda/mamba:

conda install -c conda-forge voila-retro

# Or faster
mamba install -c conda-forge voila-retro

With pip:

pip install voila-retro

Usage

With voila:

voila my_notebook.ipynb --template=retro

# Or with the dark theme:
voila my_notebook.ipynb --template=retro --theme=dark

With nbconvert:

jupyter nbconvert --to html --HTMLExporter.template_name=retro my_notebook.ipynb

# Or with the dark theme:
jupyter nbconvert --to html --HTMLExporter.theme=dark --HTMLExporter.template_name=retro my_notebook.ipynb

Light theme

screenshot

Dark theme

screenshot