Skip to content

Commit 323ccdf

Browse files
authored
docs: improve copilot docs (#6811)
I saw a question on how to setup copilot in Discord. I checked the docs and saw an opportunity to make the setup more clear with a screenshot. Also added a video to showcase what the experience might be like for a user who is considering the feature.
1 parent 16139c5 commit 323ccdf

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
30.1 KB
Loading
388 KB
Binary file not shown.

docs/guides/editor_features/ai_completion.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ See the [llm_providers](../configuration/llm_providers.md) guide for detailed in
160160

161161
## Copilots
162162

163+
Copilots allow you to tab-complete code based on your notebook's context, similar to editors like Cursor.
164+
165+
<video autoplay muted loop playsinline width="100%" height="100%" align="center">
166+
<source src="/_static/docs-ai-completion-preview.mp4" type="video/mp4">
167+
</video>
168+
163169
### GitHub Copilot
164170

165171
The marimo editor natively supports [GitHub Copilot](https://copilot.github.com/),
@@ -168,6 +174,13 @@ an AI pair programmer, similar to VS Code:
168174
1. Install [Node.js](https://nodejs.org/en/download).
169175
2. Enable Copilot via the settings menu in the marimo editor.
170176

177+
<div align="center">
178+
<figure>
179+
<img src="/_static/docs-ai-completion-gh.png" width="740px"/>
180+
<figcaption>Follow these instructions.</figcaption>
181+
</figure>
182+
</div>
183+
171184
_GitHUb Copilot is not yet available in our conda distribution; please install
172185
marimo using `pip`/`uv` if you need Copilot._
173186

0 commit comments

Comments
 (0)