| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This package let's you construct Python packages from notebooks. You can add "## EXPORT" to cells that need to be moved and then use the utilities from this library to construct Python projects that you can install with uv.
Install via uv pip install mobuild or run directly via uvx mobuild.
Turn a folder of Marimo notebooks into plain Python files in an output folder.
uvx mobuild export path/to/notebook.py path/to/__init__.py
Create a new project from the bundled template.
uvx mobuild init my_project_name --output-folder .
Write the current marimo notebook to a Python file in an output folder.
from mobuild import runtime_sync
runtime_sync("src/package_name")| Back | FazBrowse Home | New Git URL |