From 94e0efa54b56567ae4e285457442f741564d187d Mon Sep 17 00:00:00 2001 From: Harsh panwar Date: Mon, 2 Feb 2026 12:26:22 +0530 Subject: [PATCH 1/3] fix typo --- registry/coder/modules/jupyterlab/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/jupyterlab/run.sh b/registry/coder/modules/jupyterlab/run.sh index be686e55f..cd17ef97c 100644 --- a/registry/coder/modules/jupyterlab/run.sh +++ b/registry/coder/modules/jupyterlab/run.sh @@ -14,7 +14,7 @@ check_available_installer() { INSTALLER="uv" return fi - echo "No valid installer is not installed" + echo "No valid installer is installed" echo "Please install pipx or uv in your Dockerfile/VM image before running this script" exit 1 } From 22d7e99275bd2acc35c01dd67d60685af336d188 Mon Sep 17 00:00:00 2001 From: Harsh panwar Date: Mon, 2 Feb 2026 14:26:35 +0530 Subject: [PATCH 2/3] fix: typo and update test file --- registry/coder/modules/jupyterlab/main.test.ts | 2 +- registry/coder/modules/jupyterlab/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/jupyterlab/main.test.ts b/registry/coder/modules/jupyterlab/main.test.ts index bab8296e7..681188ca3 100644 --- a/registry/coder/modules/jupyterlab/main.test.ts +++ b/registry/coder/modules/jupyterlab/main.test.ts @@ -77,7 +77,7 @@ describe("jupyterlab", async () => { expect(output.exitCode).toBe(1); expect(output.stdout).toEqual([ "Checking for a supported installer", - "No valid installer is not installed", + "No supported installer found.", "Please install pipx or uv in your Dockerfile/VM image before running this script", ]); }); diff --git a/registry/coder/modules/jupyterlab/run.sh b/registry/coder/modules/jupyterlab/run.sh index cd17ef97c..5edf35ef6 100644 --- a/registry/coder/modules/jupyterlab/run.sh +++ b/registry/coder/modules/jupyterlab/run.sh @@ -14,7 +14,7 @@ check_available_installer() { INSTALLER="uv" return fi - echo "No valid installer is installed" + echo "No supported installer found." echo "Please install pipx or uv in your Dockerfile/VM image before running this script" exit 1 } From 7f4fa0e0e43fffda8f44367b1a05380db5dbb237 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 4 Feb 2026 09:09:09 +0500 Subject: [PATCH 3/3] bump version --- registry/coder/modules/jupyterlab/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/jupyterlab/README.md b/registry/coder/modules/jupyterlab/README.md index b4e812fef..0e2b7dcf8 100644 --- a/registry/coder/modules/jupyterlab/README.md +++ b/registry/coder/modules/jupyterlab/README.md @@ -16,7 +16,7 @@ A module that adds JupyterLab in your Coder template. module "jupyterlab" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/jupyterlab/coder" - version = "1.2.1" + version = "1.2.2" agent_id = coder_agent.main.id } ``` @@ -29,7 +29,7 @@ JupyterLab is automatically configured to work with Coder's iframe embedding. Fo module "jupyterlab" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/jupyterlab/coder" - version = "1.2.1" + version = "1.2.2" agent_id = coder_agent.main.id config = { ServerApp = {