From f3d59531c1da86c5cc8f90175eddf8d58475aaa6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Mar 2025 20:47:52 +0100 Subject: [PATCH] JupyterNotebook: Fix APP Variable (#2924) --- ct/jupyternotebook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jupyternotebook.sh b/ct/jupyternotebook.sh index a40f3ac21..3e7641fb1 100644 --- a/ct/jupyternotebook.sh +++ b/ct/jupyternotebook.sh @@ -5,7 +5,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://jupyter.org/ -APP="Jupyter Notebook" +APP="JupyterNotebook" var_tags="ai;dev-tools" var_cpu="2" var_ram="2048"