This is a gallery of bqplot examples.
View the gallery at https://bqplot.github.io/bqplot-gallery.
- Clone this repository
- Add your notebook to the notebooks directory.
- If the notebook is standalone, then directly add it to the notebooks directory
- If the notebook has any assets(python modules, data files etc.) then create a separate folder and put the notebook and the assets in that folder
- Add a small preview of your visualization under the imgs directory.
- Add an entry for your Notebook in the
gallery.yaml
file with a nice title and a description. - Create a PR to https://github.com/bqplot/bqplot-gallery
- Once the PR is merged into
main
, the gallery is automatically redeployed and the new example will be visible shortly after.
This project was highly inspired by the Voilà gallery: https://voila-gallery.org.
- Voilà: Turn Jupyter Notebooks into standalone dashboards and web applications
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 file for details.