Skip to content

Commit a86056e

Browse files
authored
Link to marimo pair in the README (#9145)
Highlight marimo pair in the README. @manzt, in a follow up, you are welcome to include your aweome marimo pair GIF somewhere in the README or docs if you think it makes sense.
1 parent 66f782e commit a86056e

2 files changed

Lines changed: 19 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and deployable as apps.
4747
- 🖐️ **interactive:** [bind sliders, tables, plots, and more](https://docs.marimo.io/guides/interactivity.html) to Python — no callbacks required
4848
- 🐍 **git-friendly:** stored as `.py` files
4949
- 🛢️ **designed for data**: query dataframes, databases, warehouses, or lakehouses [with SQL](https://docs.marimo.io/guides/working_with_data/sql.html), filter and search [dataframes](https://docs.marimo.io/guides/working_with_data/dataframes.html)
50-
- 🤖 **AI-native**: [generate cells with AI](https://docs.marimo.io/guides/generate_with_ai/) tailored for data work
50+
- 🤖 **AI-native**: [connect agent CLIs](https://docs.marimo.io/guides/generate_with_ai/marimo_pair/) like Claude Code to notebooks, or use our editor's [built-in AI features](https://docs.marimo.io/guides/editor_features/ai_completion/)
5151
- 🔬 **reproducible:** [no hidden state](https://docs.marimo.io/guides/reactivity.html#no-hidden-state), deterministic execution, [built-in package management](https://docs.marimo.io/guides/package_management/)
5252
- 🏃 **executable:** [execute as a Python script](https://docs.marimo.io/guides/scripts.html), parameterized by CLI args
5353
- 🛜 **shareable**: [deploy as an interactive web app](https://docs.marimo.io/guides/apps.html) or [slides](https://docs.marimo.io/guides/apps.html#slides-layout), [run in the browser via WASM](https://docs.marimo.io/guides/wasm.html)
@@ -100,11 +100,14 @@ millions of rows blazingly fast, no code required.
100100

101101
<img src="https://raw.githubusercontent.com/marimo-team/marimo/main/docs/_static/docs-df.gif" width="700px" />
102102

103-
**Generate cells with data-aware AI.** [Generate code with an AI
104-
assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that is highly
105-
specialized for working with data, with context about your variables in memory;
106-
[zero-shot entire notebooks](https://docs.marimo.io/guides/generate_with_ai/text_to_notebook/).
107-
Customize the system prompt, bring your own API keys, or use local models.
103+
**Generate cells with data-aware AI.** Collaborate on marimo notebooks with
104+
your favorite agent, such as Claude Code, Codex, or OpenCode, using [marimo
105+
pair](https://docs.marimo.io/guides/generate_with_ai/marimo_pair/). Or,
106+
generate code [in the marimo editor with an AI
107+
assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that
108+
is highly specialized for working with data, with context about your variables
109+
in memory. Customize the system prompt, bring your own API keys, or use local
110+
models.
108111

109112
<img src="https://raw.githubusercontent.com/marimo-team/marimo/main/docs/_static/readme-generate-with-ai.gif" width="700px" />
110113

docs/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ reproducibility, maintainability, composability, and shareability.
8282
- 🖐️ **interactive:** [bind sliders, tables, plots, and more](guides/interactivity.md) to Python — no callbacks required
8383
- 🐍 **git-friendly:** stored as `.py` files
8484
- 🛢️ **designed for data**: query dataframes, databases, warehouses, and lakehouses [with SQL](guides/working_with_data/sql.md); filter and search [dataframes](guides/working_with_data/dataframes.md)
85-
- 🤖 **AI-native**: [generate cells with AI](https://docs.marimo.io/guides/generate_with_ai/) tailored for data work
85+
- 🤖 **AI-native**: [connect agent CLIs](guides/generate_with_ai/marimo_pair/) like Claude Code to notebooks, or use our editor's [built-in AI features](guides/editor_features/ai_completion/)
8686
- 🔬 **reproducible:** [no hidden state](guides/reactivity.md), deterministic execution, [built-in package management](guides/editor_features/package_management.md)
8787
- 🏃 **executable:** [execute as a Python script](guides/scripts.md), parameterized by CLI args
8888
- 🛜 **shareable**: [deploy as an interactive web app](guides/apps.md) or [slides](guides/apps.md#slides-layout), [run in the browser via WASM](guides/wasm.md)
@@ -136,11 +136,15 @@ millions of rows blazingly fast, no code required.
136136
<source src="/_static/docs-df.webm" type="video/webm">
137137
</video>
138138

139-
**Generate cells with data-aware AI.** [Generate code with an AI
140-
assistant](https://docs.marimo.io/guides/editor_features/ai_completion/) that is highly
141-
specialized for working with data, with context about your variables in memory;
142-
[zero-shot entire notebooks](https://docs.marimo.io/guides/generate_with_ai/text_to_notebook/).
143-
Customize the system prompt, bring your own API keys, or use local models.
139+
140+
**Generate cells with data-aware AI.** Collaborate on marimo notebooks with
141+
your favorite agent, such as Claude Code, Codex, or OpenCode, using [marimo
142+
pair](guides/generate_with_ai/marimo_pair/). Or,
143+
generate code [in the marimo editor with an AI
144+
assistant](guides/editor_features/ai_completion/) that
145+
is highly specialized for working with data, with context about your variables
146+
in memory. Customize the system prompt, bring your own API keys, or use local
147+
models.
144148

145149
<video autoplay muted loop playsinline width="700px" align="center">
146150
<source src="/_static/readme-generate-with-ai.mp4" type="video/mp4">

0 commit comments

Comments
 (0)