| display_name | JupyterLab | ||||
|---|---|---|---|---|---|
| description | A module that adds JupyterLab in your Coder template. | ||||
| icon | ../.icons/jupyter.svg | ||||
| maintainer_github | coder | ||||
| verified | true | ||||
| tags |
|
A module that adds JupyterLab in your Coder template.
module "jupyterlab" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/jupyterlab/coder"
version = "1.0.30"
agent_id = coder_agent.example.id
}