A module that adds JupyterLab in your Coder template.
1module "jupyterlab" { 2 source = "registry.coder.com/modules/jupyterlab/coder" 3 version = "1.0.23" 4 agent_id = coder_agent.example.id 5}Copy
1module "jupyterlab" { 2 source = "registry.coder.com/modules/jupyterlab/coder" 3 version = "1.0.23" 4 agent_id = coder_agent.example.id 5}