display_name | description | icon | maintainer_github | verified | tags | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
marimo |
A module that adds marimo in your Coder template. |
../.icons/marimo.svg |
coder |
true |
|
A module that adds marimo in your Coder template.
marimo is a reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps.
module "marimo" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/marimo/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
}