Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyterlab_singularity
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 Data Science
community-ood-sandbox
bc_uab_jupyterlab_singularity
Commits
6315113d
Commit
6315113d
authored
2 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Update some comment to jupyterlab
parent
f192c6f9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
form.yml.erb
+3
-3
3 additions, 3 deletions
form.yml.erb
template/script.sh.erb
+2
-2
2 additions, 2 deletions
template/script.sh.erb
with
5 additions
and
5 deletions
form.yml.erb
+
3
−
3
View file @
6315113d
...
@@ -44,7 +44,7 @@ attributes:
...
@@ -44,7 +44,7 @@ attributes:
# format:
# format:
# module load example_module/VERSION example_module2
# module load example_module/VERSION example_module2
# Whether Conda extensions will be available within the Jupyter
notebook
# Whether Conda extensions will be available within the Jupyter
Lab
# server
# server
#
#
# @note Allows the user to use conda environment-based kernels from their
# @note Allows the user to use conda environment-based kernels from their
...
@@ -56,8 +56,8 @@ attributes:
...
@@ -56,8 +56,8 @@ attributes:
# @see https://docs.continuum.io/anaconda/user-guide/tasks/use-jupyter-notebook-extensions
# @see https://docs.continuum.io/anaconda/user-guide/tasks/use-jupyter-notebook-extensions
conda_extensions: "1"
conda_extensions: "1"
# Any extra command line arguments to feed to the `jupyter
notebook
...`
# Any extra command line arguments to feed to the `jupyter
-lab
...`
# command that launches the Jupyter
notebook
within the batch job
# command that launches the Jupyter
Lab
within the batch job
extra_jupyter_args:
extra_jupyter_args:
widget: text_field
widget: text_field
label: Extra JupyterLab arguments
label: Extra JupyterLab arguments
...
...
This diff is collapsed.
Click to expand it.
template/script.sh.erb
+
2
−
2
View file @
6315113d
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
cd "${HOME}"
cd "${HOME}"
module reset
module reset
#
#
# Start Jupyter
Notebook
Server
# Start Jupyter
Lab
Server
#
#
module load Anaconda3
module load Anaconda3
<%=
context
.
custom_environment
%>
<%=
context
.
custom_environment
%>
unset XDG_RUNTIME_DIR
unset XDG_RUNTIME_DIR
# Launch the Jupyter
Notebook
Server
# Launch the Jupyter
Lab
Server
jupyter-lab --config="${CONFIG_FILE}"
<%=
context
.
extra_jupyter_args
%>
jupyter-lab --config="${CONFIG_FILE}"
<%=
context
.
extra_jupyter_args
%>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment