Skip to content
Snippets Groups Projects

Edited jupyter notebook template and made necessary changes for Jupyter Lab

Open Krish Moodbidri requested to merge github/fork/krishmoodbidri/v1.0-jupyter-lab into master
3 files
+ 2
20
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
6
@@ -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