Skip to content

peterdresslar/my-marimo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-marimo-app

A marimo notebook project, managed with uv.

Prerequisites

  • uv (Python package manager)
  • Python 3.13+

Setup

Create a new repo from this template (click "Use this template" on GitHub), then clone and install:

git clone <your-new-repo-url>
cd <your-new-repo-name>
uv sync

Or clone the template directly:

git clone <template-repo-url>
cd my-marimo-app
uv sync

Run

Edit the notebook interactively:

uv run marimo edit notebooks/my-notebook.py

Run as a read-only app (code hidden, UI elements still interactive):

uv run marimo run notebooks/my-notebook.py

Run as a plain Python script:

uv run python notebooks/my-notebook.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages