Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyterlab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
bc_uab_jupyterlab
Merge requests
!7
Replace CRLF with LF
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Replace CRLF with LF
github/fork/diedpigs/fix-windows-crlf
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
Bo-Chun Chen
requested to merge
github/fork/diedpigs/fix-windows-crlf
into
master
2 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Closes
https://gitlab.rc.uab.edu/rc/cheaha/-/issues/21
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
919b5056
1 commit,
1 year ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
template/script.sh.erb
+
1
−
1
Options
@@ -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
%>
Loading