From e08247874d9f1e3dd4e61e7752da39c8832d8725 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:45:46 +0200 Subject: [PATCH] more uv --- install/jupyternotebook-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/jupyternotebook-install.sh b/install/jupyternotebook-install.sh index 30749a115..2c3162a68 100644 --- a/install/jupyternotebook-install.sh +++ b/install/jupyternotebook-install.sh @@ -31,6 +31,7 @@ After=network.target [Service] Type=simple WorkingDirectory=/opt/jupyter +ExecStart=/opt/jupyter/.venv/bin/jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root Restart=always RestartSec=10