TemplatesModules
Back to Modules
Jupyter Notebook Icon

Jupyter Notebook

By:
A module that adds Jupyter Notebook in your Coder template.
README
Variables (5)
Scripts (1)
Apps (1)
Source

A module that adds Jupyter Notebook in your Coder template.

Jupyter Notebook

1module "jupyter-notebook" {
2  source   = "registry.coder.com/modules/jupyter-notebook/coder"
3  version  = "1.0.8"
4  agent_id = coder_agent.example.id
5}