https://github.com/maartenbreddels/solara-demo
Demo app of Solara
https://github.com/maartenbreddels/solara-demo
Last synced: about 1 month ago
JSON representation
Demo app of Solara
- Host: GitHub
- URL: https://github.com/maartenbreddels/solara-demo
- Owner: maartenbreddels
- Created: 2023-01-11T19:09:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:09:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T23:08:27.654Z (10 months ago)
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voila-demo
Demo using ipyuetify widget and bqplot, and render them with voila and a custom template (voila-vuetifuy) to create a responsive interactive webpage that even works on mobile.
# Screen capture

# Links
* https://github.com/QuantStack/voila/ (render a Jupyter notebook as webpage/dashboard)
* https://github.com/mariobuikhuizen/ipyvuetify (Vuetify based ipywidget library)
* https://github.com/QuantStack/voila-vuetify (Vuetify template for voila)
* https://github.com/bloomberg/bqplot/ (Interactive plotting library for ipywidget)
* https://github.com/jupyter-widgets/ipywidgets (Coolest Jupyter framework to create bidirectional browser-kernel widgets)
# Run on mybinder
[](https://mybinder.org/v2/gh/maartenbreddels/voila-demo/master?urlpath=voila%2Frender%2Fvoila-vuetify.ipynb)
# Run on heroku
[Voila on Heroku](https://voila-vuetify.herokuapp.com/)
Following instructions from https://github.com/martinRenou/voila_heroku
Or alternatively use https://github.com/jtpio/jupyterlab-heroku
# Run on Google App Engine
[Voila on App Engine](https://voila-demo.appspot.com/)
Following instructions at https://voila.readthedocs.io/en/latest/deploy.html
# Run locally
```
$ pip install voila voila-vuetify bqplot numpy ipyvuetify
$ voila --template voila-vuetify --enable_nbextensions=True ./notebooks/voila-vuetify.ipynb
```