Package management¶
The following guides cover how to import, install, and otherwise manage the Python dependencies of your notebooks.
| Guide | Description | 
|---|---|
| Importing packages | How marimo finds packages on import | 
| Installing packages | Installing packages with marimo's UI | 
| Inlining dependencies | Create self-contained notebooks by inlining dependencies in notebook files | 
| Using uv | A guide to using the uv package manager with marimo |