Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 621 Bytes
display_name description icon maintainer_github verified tags
marimo
A module that adds marimo in your Coder template.
../.icons/marimo.svg
coder
true
marimo
python
notebook
reactive
helper
ide
web

marimo

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
}