ideonate / voila-materialstream

Material design template for voila, updated for Ideonate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voila-materialstream

Binder

Material design template for voila

This is derived completely from the voila-material theme by the Voila team.

Changes:

  • Hide the Voila logo (sorry! But clients will just immediately ask what the voila logo means. We need to find another way to raise awareness with non-tech people)

  • Make the top nav bar narrower and animate while running (Borrowed from Streamlit. Also sorry! But Streamlit has really raised the bar on style...)

Installation

You can install it using pip:

pip install voila-materialstream

Usage

voila my_notebook.ipynb --template=materialstream

Or for the dark theme:

voila my_notebook.ipynb --template=materialstream --theme=dark

Light theme

These screenshots are from the original theme.

screenshot screenshot screenshot

Dark theme

These screenshots are from the original theme.

screenshot screenshot

About

Material design template for voila, updated for Ideonate

License:Other


Languages

Language:Jupyter Notebook 49.3%Language:HTML 21.5%Language:Jinja 16.3%Language:Python 12.9%