538 B
538 B
| display_name | description | icon | verified | tags | |||
|---|---|---|---|---|---|---|---|
| Jupyter Notebook | A module that adds Jupyter Notebook in your Coder template. | ../../../../.icons/jupyter.svg | true |
|
Jupyter Notebook
A module that adds Jupyter Notebook in your Coder template.
module "jupyter-notebook" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/jupyter-notebook/coder"
version = "1.2.0"
agent_id = coder_agent.example.id
}
