Skip to content
Snippets Groups Projects
Commit 200b79d3 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Replace CRLF(Windows) with LF(Linux)

parent e1be1b3a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ module reset
# Start Jupyter Notebook Server
#
module load Anaconda3
<%= context.custom_environment %>
<%= context.custom_environment.gsub(/\r\n?/, "\n") %>
unset XDG_RUNTIME_DIR
# Launch the Jupyter Notebook Server
jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment