diff --git a/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json b/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json index 76a3dd915..7d986acc4 100644 --- a/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json @@ -147,11 +147,14 @@ "FRAME_ANCESTORS": "https://qa-heal.planx-pla.net" }, "args": [ - "--NotebookApp.base_url=/lw-workspace/proxy/", - "--NotebookApp.default_url=/lab", - "--NotebookApp.password=''", - "--NotebookApp.token=''", - "--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"