Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfournier/voila-bootstrapvue
Voila template for Bootstrap Vue components
https://github.com/gfournier/voila-bootstrapvue
jupyter notebook voila
Last synced: about 1 month ago
JSON representation
Voila template for Bootstrap Vue components
- Host: GitHub
- URL: https://github.com/gfournier/voila-bootstrapvue
- Owner: gfournier
- License: mit
- Created: 2019-06-06T19:14:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T19:31:53.000Z (over 5 years ago)
- Last Synced: 2024-11-13T15:56:31.327Z (about 2 months ago)
- Topics: jupyter, notebook, voila
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voila template for Bootstrap Vue components
[![Version](https://img.shields.io/pypi/v/voila-bootstrapvue.svg)](https://pypi.org/project/voila-bootstrapvue/)
A template for [Voila](https://github.com/QuantStack/voila) runtime to package a Jupyter notebook as a web application.
## Install
```
pip install voila-bootstrapvue
```## Run sample
Add additional libraries in your environment for running the notebook:
```
pip install voila
pip install ipyhc
pip install ipybootstrapvue
```Run voila:
```
voila Stock_price_demo.ipynb --template sample-grid-table
```## References
* [Voila](https://github.com/QuantStack/voila)
* [voila-vuetify](https://github.com/mariobuikhuizen/voila-vuetify)
* [ipybootstrapvue](https://github.com/gfournier/ipybootstrapvue)## Development
Install templates from the local sources:
```
pip install -e .
```