marimo-team/marimo 源码下载与部署教程

项目概述

A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.

项目地址

https://github.com/marimo-team/marimo

项目页面预览

marimo-team/marimo preview

关键指标

  • Stars:18430
  • 主要语言:Python
  • License:Apache License 2.0
  • 最近更新:2026-01-15T09:50:46Z
  • 默认分支:main

本站高速下载(国内可用)

点击下载(本站镜像)
– SHA256:8229fdb89517a3f860b7ef5190096031e2153e65f0b8f2afbaa2b565e324b9b7

安装部署要点(README 精选)

Quickstart

The marimo concepts
playlist

on our YouTube channel gives an
overview of many features.

Installation. In a terminal, run

pip install marimo  # or conda install -c conda-forge marimo
marimo tutorial intro

To install with additional dependencies that unlock SQL cells, AI completion, and more,
run

pip install "marimo[recommended]"

Create notebooks.

Create or edit notebooks with

marimo edit

Run apps. Run your notebook as a web app, with Python
code hidden and uneditable:

marimo run your_notebook.py

图片[2]-marimo-team/marimo 源码下载_部署教程_开源项目-源码站

Execute as scripts. Execute a notebook as a script at the
command line:

python your_notebook.py

Automatically convert Jupyter notebooks. Automatically convert Jupyter
notebooks to marimo notebooks with the CLI

marimo convert your_notebook.ipynb > your_notebook.py

or use our web interface.

Tutorials.
List all tutorials:

marimo tutorial --help

Share cloud-based notebooks. Use
molab, a cloud-based marimo notebook
service similar to Google Colab, to create and share notebook links.

常用命令(从 README 提取)

pip install marimo  # or conda install -c conda-forge marimo
marimo tutorial intro

pip install "marimo[recommended]"

marimo edit

通用部署说明

  1. 下载源码并阅读 README
  2. 安装依赖(pip/npm/yarn 等)
  3. 配置环境变量(API Key、模型路径、数据库等)
  4. 启动服务并测试访问
  5. 上线建议:Nginx 反代 + HTTPS + 进程守护(systemd / pm2)

免责声明与版权说明

本文仅做开源项目整理与教程索引,源码版权归原作者所有,请遵循对应 License 合规使用。

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容