diff --git a/template/script.sh.erb b/template/script.sh.erb index 54c185de20c40284afdb4f7c58609f1435863df8..4866ebf56ba243f8b70e19a80f0f92147a418931 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 %>