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