From bc16b0ca4b7a4ec54a1c833dfbb06b650f6c137e Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Mon, 3 Nov 2025 20:44:18 +0100 Subject: [PATCH] debug: add console logging to custom handlers for troubleshooting - Add console.log statements to track button clicks and API calls - Log username, base URL, and button existence on page load - Log success/error responses from API calls - Help diagnose why restart server button does nothing --- project.env | 2 +- services/jupyterhub/templates/home.html | 26 +++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/project.env b/project.env index dfed78d..6f6c903 100644 --- a/project.env +++ b/project.env @@ -3,7 +3,7 @@ PROJECT_NAME="stellars-jupyterhub-ds" PROJECT_DESCRIPTION="Multi-user JupyterHub 4 deployment platform with data science stack, GPU auto-detection, NativeAuthenticator, and isolated per-user environments spawned via DockerSpawner" # Version -VERSION="2.11.38_cuda-12.9.1_jh-5.4.2" +VERSION="2.11.39_cuda-12.9.1_jh-5.4.2" VERSION_COMMENT="Jupyterhub with GPU auto-detection, NativeAuthenticator, and DockerSpawner configuration and new build system" # Author diff --git a/services/jupyterhub/templates/home.html b/services/jupyterhub/templates/home.html index 8687732..a8c1e95 100644 --- a/services/jupyterhub/templates/home.html +++ b/services/jupyterhub/templates/home.html @@ -177,11 +177,21 @@ {% endblock script %}