Skip to content
Snippets Groups Projects
Unverified Commit b31da130 authored by diedpigs's avatar diedpigs Committed by GitHub
Browse files

Merge pull request #7 from diedpigs/fix-windows-crlf

Replace CRLF with LF
parents 8f2153e0 919b5056
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ module reset ...@@ -7,7 +7,7 @@ module reset
# Start JupyterLab Server # Start JupyterLab Server
# #
module load Anaconda3 module load Anaconda3
<%= context.custom_environment %> <%= context.custom_environment.gsub(/\r\n?/, "\n") %>
unset XDG_RUNTIME_DIR unset XDG_RUNTIME_DIR
# Launch the JupyterLab Server # Launch the JupyterLab Server
jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %> jupyter-lab --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