Material design template for voila
You can install it using pip:
pip install voila-material
Or using conda:
conda install -c conda-forge voila-material
voila my_notebook.ipynb --template=material
Or for the dark theme:
voila my_notebook.ipynb --template=material --theme=dark