From 5af8227c4e8ea77f10e9e052b583ce6f8160a75f Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Wed, 16 Oct 2024 02:54:35 -0400 Subject: [PATCH] docs: Add marimo to ecosystem.md (#19250) --- docs/source/user-guide/ecosystem.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/user-guide/ecosystem.md b/docs/source/user-guide/ecosystem.md index 21f1dbc2ba60..d6fc8e0c9524 100644 --- a/docs/source/user-guide/ecosystem.md +++ b/docs/source/user-guide/ecosystem.md @@ -71,3 +71,7 @@ With [Great Tables](https://posit-dev.github.io/great-tables/articles/intro.html #### Mage [Mage](https://www.mage.ai) is an open-source data pipeline tool for transforming and integrating data. Learn about integration between Polars and Mage at [docs.mage.ai](https://docs.mage.ai/integrations/polars). + +#### marimo + +[marimo](https://marimo.io) is a reactive notebook for Python and SQL that models notebooks as dataflow graphs. It offers built-in support for Polars, allowing seamless integration of Polars dataframes in an interactive, reactive environment - such as displaying rich Polars tables, no-code transformations of Polars dataframes, or selecting points on a Polars-backed reactive chart.