marimo/examples/frameworks/fastapi-github at main · ag-python/marimo

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

fastapi-github

Folders and files

NameName

Last commit message

Last commit date

parent directory

..

Server marimo notebooks from a GitHub repository

In this example, we programmatically create multiple marimo apps from a GitHub repository, and then serve them as a single FastAPI app.

This example includes:

  • Serving multiple marimo apps from a GitHub repository
  • A home page listing all the apps
  • Basic logging

Running the app

  1. Install uv
  2. Run the app with uv run --no-project main.py