How to Use marimo with uv

52 · Python Developer Tooling Handbook – pydevtools.com · July 3, 2026, 12:45 p.m.
Summary
This blog post explains how to use marimo, a reactive Python notebook format, in conjunction with uv, a package manager. It highlights three methods for running marimo: using sandboxed notebooks that include their own dependencies, ad-hoc sessions for temporary tasks, and shared project environments with fixed dependencies.