From b89505f29b806a4241cb6c74c045faa0843ccc33 Mon Sep 17 00:00:00 2001 From: J Montgomery Maxwell Date: Wed, 11 Dec 2024 09:40:16 -0600 Subject: [PATCH] update notebooks and tutorial ws --- .../manifests/hatchery/hatchery.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/preprod.healdata.org/manifests/hatchery/hatchery.json b/preprod.healdata.org/manifests/hatchery/hatchery.json index 33eee6c36..a58e6bc6a 100644 --- a/preprod.healdata.org/manifests/hatchery/hatchery.json +++ b/preprod.healdata.org/manifests/hatchery/hatchery.json @@ -142,17 +142,19 @@ "cpu-limit": "1.0", "memory-limit": "2Gi", "name": "(Tutorials) Example Analysis Jupyter Lab Notebooks", - "image": "quay.io/cdis/heal-notebooks:combined_tutorials__c3f43a1b8e058be76a9d998a7009e270dce04e6f", + "image": "quay.io/cdis/heal-notebooks:combined_tutorials__2af985287624f57d2276f4e7eecb8793735b95ed", "env": { "FRAME_ANCESTORS": "https://preprod.healdata.org" }, "args": [ - "--NotebookApp.base_url=/lw-workspace/proxy/", - "--NotebookApp.default_url=/lab", - "--NotebookApp.password=''", - "--NotebookApp.token=''", - "--NotebookApp.shutdown_no_activity_timeout=5400", - "--NotebookApp.quit_button=False" + "--JupyterNotebookApp.base_url=/lw-workspace/proxy/", + "--JupyterNotebookApp.default_url=/lab", + "--JupyterNotebookApp.password=''", + "--JupyterNotebookApp.token=''", + "--JupyterNotebookApp.ip='*'", + "--JupyterNotebookApp.notebook_dir='/home/jovyan'", + "--JupyterNotebookApp.shutdown_no_activity_timeout=3600", + "--JupyterNotebookApp.quit_button=False" ], "command": [ "start-notebook.sh"