marimo
Package — NotebookPython 3.7+Beginner
Reactive Python notebook: cells auto-update when dependencies change
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- click, jinja2, markdown, pymdown-extensions, starlette, tomlkit, uvicorn, websockets
- Install
pip install marimo
Learn by Difficulty
Quick Example
python
# Install: pip install marimo import marimo # Basic marimo usage print(f"Using marimo") # See documentation for detailed examples
marimo is a third-party package. Reactive Python notebook: cells auto-update when dependencies change. Install with: pip install marimo
Try in PlaygroundTags
packagenotebookinteractiveeducation