Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaboulie/marimo-widgets
Marimo Widgets Collection
https://github.com/metaboulie/marimo-widgets
Last synced: 16 days ago
JSON representation
Marimo Widgets Collection
- Host: GitHub
- URL: https://github.com/metaboulie/marimo-widgets
- Owner: metaboulie
- License: apache-2.0
- Created: 2024-11-11T06:58:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T17:55:45.000Z (18 days ago)
- Last Synced: 2024-11-24T18:05:59.736Z (18 days ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-marimo - mowidget - Custom marimo widgets, including a color picker, array viewer, and more. (Libraries / Deployment Templates)
README
# Marimo Widgets Collection
A comprehensive library of custom anywidget implementations for Marimo
notebooks, providing a rich set of interactive and reusable widgets for data
science, visualization, and computational workflows.## Features
- **Base Widgets**
- String Form: Interactive text input components
- **Design Components**
- Color Matrix: Color selection and manipulation tools
- **Layout Elements**
- Header: Customizable header components
- **Productivity Tools**
- Pomodoro Timer: Time management widget
- **Data Visualization**
- Array Viewer: Interactive array visualization component## Installation
```bash
pip install mowidget
```## Examples
Showcase notebooks demonstrating the usage of all widgets can be found in the
`examples/` directory. Check out `examples/showcase_v0.1.0.py` for a
comprehensive demonstration of all available components in v0.1.0.