https://github.com/bqplot/bqplot-gallery
Gallery of applications built using bqplot and widget libraries like ipywidgets, ipydatagrid etc.
https://github.com/bqplot/bqplot-gallery
bqplot jupyter notebook-jupyter voila voila-dashboard
Last synced: 12 days ago
JSON representation
Gallery of applications built using bqplot and widget libraries like ipywidgets, ipydatagrid etc.
- Host: GitHub
- URL: https://github.com/bqplot/bqplot-gallery
- Owner: bqplot
- License: bsd-3-clause
- Created: 2022-01-20T21:01:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T10:49:24.000Z (over 2 years ago)
- Last Synced: 2025-03-24T22:42:05.314Z (7 months ago)
- Topics: bqplot, jupyter, notebook-jupyter, voila, voila-dashboard
- Language: Jupyter Notebook
- Homepage: https://bqplot.github.io/bqplot-gallery
- Size: 2.41 MB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bqplot Gallery

This is a gallery of [bqplot](https://github.com/bqplot/bqplot) examples.
View the gallery at [https://bqplot.github.io/bqplot-gallery](https://bqplot.github.io/bqplot-gallery).
## Contributing new examples
1. Clone this repository
2. Add your notebook to [the notebooks directory](https://github.com/bqplot/bqplot-gallery/tree/main/notebooks).
* 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
3. Add a small preview of your visualization under [the imgs directory](https://github.com/bqplot/bqplot-gallery/tree/main/imgs).
4. Add an entry for your Notebook in [the `gallery.yaml` file](https://github.com/bqplot/bqplot-gallery/blob/main/_data/gallery.yaml) with a nice title and a description.
5. Create a PR to https://github.com/bqplot/bqplot-gallery
6. Once the PR is merged into `main`, the gallery is automatically redeployed and the new example will be visible shortly after.## Related projects
This project was highly inspired by the Voilà gallery: https://voila-gallery.org.
- [Voilà](https://github.com/voila-dashboards/voila): Turn Jupyter Notebooks into standalone dashboards and web applications
## License
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](LICENSE) file for details.