From d6a97c1620f70bba97d006f13d87a6d6e24d8bb6 Mon Sep 17 00:00:00 2001 From: Benjamin Keene <39920749+benkeene@users.noreply.github.com> Date: Mon, 5 May 2025 09:17:27 -0400 Subject: [PATCH] Update script.sh Update version of Jupyter ```bash [hpcadmin@ondemand jupyter]$ ls 4.3.5 [hpcadmin@ondemand jupyter]$ realpath 4.3.5 /usr/local/jupyter/4.3.5 ``` --- ondemand/python_job_template/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ondemand/python_job_template/script.sh b/ondemand/python_job_template/script.sh index 31e81b6..c752e67 100644 --- a/ondemand/python_job_template/script.sh +++ b/ondemand/python_job_template/script.sh @@ -9,7 +9,7 @@ # # The following lines set up the Python environment # -source /usr/local/jupyter/2.1.4/bin/activate +source /usr/local/jupyter/4.3.5/bin/activate # # Move to the directory where the job was submitted from