From 01dc0d63e8b05dd03347d7a17440064fd0da6e78 Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Sat, 2 Mar 2024 08:29:55 -0500 Subject: [PATCH] add marimo to related-projects.md (#4586) --- docs/project/related-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project/related-projects.md b/docs/project/related-projects.md index 936c991ac..732d30d15 100644 --- a/docs/project/related-projects.md +++ b/docs/project/related-projects.md @@ -23,6 +23,7 @@ debuggers, and automatic installation of any imported packages supported by Pyodide's `micropip`. - [PyRepl.io](https://pyrepl.io) uses Pyodide for a Python interpreter in your browser. PyRepl is made for creating and sharing code snippets. Embed interactive Python examples in your documentation, blog posts, presentations and more. +- [marimo](https://github.com/marimo-team/marimo) is a reactive notebok that is compatible with Pyodide with an [online editor](https://marimo.app/) that runs entirely in the browser. These notebooks can also run as standalone applications or embedded in blogs. ## Workarounds for common WASM and browser limitations