Skip to content
Snippets Groups Projects
script.sh.erb 315 B
Newer Older
#!/bin/bash -l
Jeremy Nicklas's avatar
Jeremy Nicklas committed

# Set working directory to home directory
cd "${HOME}"
module reset
Jeremy Nicklas's avatar
Jeremy Nicklas committed
#
# Start JupyterLab Server
Jeremy Nicklas's avatar
Jeremy Nicklas committed
#
module load Anaconda3
<%= context.custom_environment.gsub(/\r\n?/, "\n") %>
unset XDG_RUNTIME_DIR
# Launch the JupyterLab Server
jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>