Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/docs-ai-completion-gh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/docs-ai-completion-preview.mp4
Binary file not shown.
13 changes: 13 additions & 0 deletions docs/guides/editor_features/ai_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ See the [llm_providers](../configuration/llm_providers.md) guide for detailed in

## Copilots

Copilots allow you to tab-complete code based on your notebook's context, similar to editors like Cursor.

<video autoplay muted loop playsinline width="100%" height="100%" align="center">
<source src="/_static/docs-ai-completion-preview.mp4" type="video/mp4">
</video>

### GitHub Copilot

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

<div align="center">
<figure>
<img src="/_static/docs-ai-completion-gh.png" width="740px"/>
<figcaption>Follow these instructions.</figcaption>
</figure>
</div>

_GitHUb Copilot is not yet available in our conda distribution; please install
marimo using `pip`/`uv` if you need Copilot._

Expand Down