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

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

Replace CRLF with LF
parents e1be1b3a 200b79d3
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 Jupyter Notebook Server # Start Jupyter Notebook 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 Jupyter Notebook Server # Launch the Jupyter Notebook Server
jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %> 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