From 8506732c4ae7be6c1dd3470fe0833060fe6109a2 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Tue, 16 Aug 2022 16:25:19 -0500
Subject: [PATCH] Update command in script.sh.erb

---
 template/script.sh.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/script.sh.erb b/template/script.sh.erb
index 54c185d..4866ebf 100755
--- a/template/script.sh.erb
+++ b/template/script.sh.erb
@@ -10,4 +10,4 @@ module load Anaconda3
 <%= context.custom_environment %>
 unset XDG_RUNTIME_DIR
 # Launch the Jupyter Notebook Server
-jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
+jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
-- 
GitLab