Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```