We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637f9a1 commit 12a6055Copy full SHA for 12a6055
install/jupyternotebook-install.sh
@@ -22,6 +22,9 @@ $STD uv venv /opt/jupyter/.venv
22
$STD /opt/jupyter/.venv/bin/python -m ensurepip --upgrade
23
$STD /opt/jupyter/.venv/bin/python -m pip install --upgrade pip
24
$STD /opt/jupyter/.venv/bin/python -m pip install jupyter
25
+ln -s /opt/jupyter/.venv/bin/jupyter /usr/local/bin/jupyter
26
+ln -s /opt/jupyter/.venv/bin/jupyter-lab /usr/local/bin/jupyter-lab
27
+ln -s /opt/jupyter/.venv/bin/jupyter-notebook /usr/local/bin/jupyter-notebook
28
msg_ok "Installed Jupyter"
29
30
msg_info "Creating Service"
0 commit comments