A showcase of widgets built with anywidget, a library that makes it easy to create reusable widgets across marimo, Jupyter, and more.
To add your anywidget to the gallery, create a new directory in the data
folder with your widget's name and add a config.yaml
file with the required metadata and screenshots.
Example config.yaml
:
name: Quak
description: a scalable data profiler
homePageUrl: https://manzt.github.io/quak/
environments: [marimo, jupyter, colab]
notebookUrl: https://raw.githubusercontent.com/marimo-team/marimo/refs/heads/main/examples/third_party/anywidget/reactive_quak.py
githubRepo: manzt/quak
tags: [visualization, charts, data science]
image: thumbnail.jpg
gif: thumbnail.gif
packageName: quak
See gallery/README.md.