Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voila-dashboards/voila-vuetify
Dashboard template for Voilà based on VuetifyJS
https://github.com/voila-dashboards/voila-vuetify
Last synced: 3 months ago
JSON representation
Dashboard template for Voilà based on VuetifyJS
- Host: GitHub
- URL: https://github.com/voila-dashboards/voila-vuetify
- Owner: voila-dashboards
- License: other
- Created: 2019-05-26T15:03:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T09:41:51.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T21:58:50.118Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 153
- Watchers: 18
- Forks: 41
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - voila-dashboards/voila-vuetify - Dashboard template for Voilà based on VuetifyJS (others)
README
# voila-vuetify
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Version](https://img.shields.io/pypi/v/voila-vuetify.svg)](https://pypi.python.org/project/voila-vuetify)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/voila-vuetify.svg)](https://anaconda.org/conda-forge/voila-vuetify)## 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](https://user-images.githubusercontent.com/46192475/59274938-9c144f00-8c5b-11e9-961e-c33854b6e50a.gif)
## 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.ipynbhttp://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](LICENSE) file for details.