voila-bootstrapvue

A BootstrapVue template for voila


Keywords
ipython, jupyter, widgets, voila, notebook
License
MIT
Install
pip install voila-bootstrapvue==0.0.1a1

Documentation

Voila template for Bootstrap Vue components

Version

A template for 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

Development

Install templates from the local sources:

pip install -e .