From 661bb2977f4ac5c869d776f596e40202d88fbaca Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 15 May 2025 12:14:27 +1000 Subject: [PATCH] update statuses --- frontend/public/json/statuses.json | 2 +- install/jupyternotebook-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index 9a23c6fb4..4e43708db 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -127,7 +127,7 @@ "jellyfin.json": "โœ…", "jellyseerr.json": "โœ…", "jenkins.json": "๐Ÿšง", - "jupyternotebook.json": "๐Ÿšง", + "jupyternotebook.json": "๐Ÿงช", "karakeep.json": "๐Ÿšง", "kavita.json": "โœ…", "kernel-clean.json": "โœ…", diff --git a/install/jupyternotebook-install.sh b/install/jupyternotebook-install.sh index 843921187..10619776c 100644 --- a/install/jupyternotebook-install.sh +++ b/install/jupyternotebook-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y \ python3 \ python3-pip +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Installed Dependencies" msg_info "Setting up Jupyter Notebook"