Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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_jupyter
Merge requests
!3
Edited jupyter notebook template and made necessary changes for Jupyter Lab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Edited jupyter notebook template and made necessary changes for Jupyter Lab
github/fork/krishmoodbidri/v1.0-jupyter-lab
into
master
Overview
0
Commits
8
Pipelines
0
Changes
3
Open
Krish Moodbidri
requested to merge
github/fork/krishmoodbidri/v1.0-jupyter-lab
into
master
2 years ago
Overview
0
Commits
8
Pipelines
0
Changes
3
Expand
👍
0
👎
0
Merge request reports
Viewing commit
52d17d39
Prev
Next
Show latest version
3 files
+
2
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
52d17d39
added v1.0 as a stable version
· 52d17d39
Krish Moodbidri
authored
2 years ago
form.yml
+
1
−
6
Options
@@ -8,7 +8,7 @@
# under /etc/ood/config/clusters.d/*.yml
# @example Use the Owens cluster at Ohio Supercomputer Center
# cluster: "owens"
cluster
:
"
SLURM_CLUSTER"
cluster
:
{{
cluster_name
}}
# Title of the app displayed in the Dashboard
title
:
"
Jupyter
Notebook"
@@ -90,11 +90,6 @@ attributes:
-
[
"
long"
,
"
long"
]
-
[
"
interactive"
,
"
interactive"
]
-
[
"
pascalnodes"
,
"
pascalnodes"
]
-
[
"
pascalnodes-medium"
,
"
pascalnodes-medium"
]
-
[
"
largemem"
,
"
largemem"
]
-
[
"
largemem-long"
,
"
largemem-long"
]
-
[
"
amd-hdr100"
,
"
amd-hdr100"
]
# All of the attributes that make up the Dashboard form (in respective order),
# and made available to the submit configuration file and the template ERB
# files
Loading