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
ide
web

Jupyter Notebook

A module that adds Jupyter Notebook in your Coder template.

Jupyter Notebook

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
}