voila-dashboards / voila-vuetify

Dashboard template for Voilà based on VuetifyJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voila-vuetify

Join the Gitter Chat Version Conda Version

Installation

voila-vuetify can be installed from PyPI

pip install voila-vuetify

or from mamba:

mamba install -c conda-forge voila-vuetify

Usage

To use the vuetify template, just pass --template=vuetify-default to the voila command line.

The example notebook also requires bqplot and ipyvuetify:

pip install bqplot ipyvuetify voila-vuetify
voila --template vuetify-default bqplot_vuetify_example.ipynb

voila-vuetify

Debug

To see errors and stdout/stderr messages, start voila with --debug and add ?debug to the voila URL:

voila --debug  --template vuetify-default bqplot_vuetify_example.ipynb

http://localhost:8866?debug

A bug icon will appear in the bottom right-hand corner when an error occurs or if there is output on stdout or stderr.

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.

About

Dashboard template for Voilà based on VuetifyJS

License:Other


Languages

Language:JavaScript 40.1%Language:HTML 20.8%Language:Jupyter Notebook 17.1%Language:Jinja 13.1%Language:Python 8.9%