A learning and research playground for marimo, focused on interactive widgets, dashboards, toy physics, emergent systems, and AI research notebooks.
This repository is my public learning lab for building beautiful, reactive, reproducible notebooks with marimo.
My long-term research interests include:
- toy physics
- cellular automata
- falling sand
- reaction-diffusion systems
- predator-prey grids
- Lenia-like continuous worlds
- stateful computation
- world models
- emergent behavior
- internal recurrence
- symmetry and geometry
- adaptation from few examples
The goal is to build notebooks that are both:
- educational — notebooks
- portfolio-quality — interactive dashboards
marimo-tests/
├── README.md
├── pyproject.toml
├── notebooks/
│ ├── 01_widget_zoo.py
│ ├── 02_cellular_automata_lab.py
│ ├── 03_falling_sand_lab.py
│ ├── 04_reaction_diffusion_lab.py
│ ├── 05_predator_prey_grid.py
│ └── 06_lenia_like_world.py
└── assets/