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
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
3
@@ -11,12 +11,12 @@
@@ -11,12 +11,12 @@
cluster: "SLURM_CLUSTER"
cluster: "SLURM_CLUSTER"
# Title of the app displayed in the Dashboard
# Title of the app displayed in the Dashboard
title: "Jupyter Notebook"
title: "Jupyter Lab"
# Description of the app displayed in the Dashboard (can use multi-line string
# Description of the app displayed in the Dashboard (can use multi-line string
# and Markdown syntax)
# and Markdown syntax)
description: |
description: |
This app will launch a Jupyter Notebook server on one or more cores.
This app will launch a Jupyter Lab server on one or more cores.
# Define attribute values that aren't meant to be modified by the user within
# Define attribute values that aren't meant to be modified by the user within
# the Dashboard form
# the Dashboard form
@@ -60,7 +60,7 @@ attributes:
@@ -60,7 +60,7 @@ attributes:
# command that launches the Jupyter notebook within the batch job
# command that launches the Jupyter notebook within the batch job
extra_jupyter_args:
extra_jupyter_args:
widget: text_field
widget: text_field
label: Extra jupyter arguments
label: Extra JupyterLab arguments
bc_num_hours:
bc_num_hours:
value: 1
value: 1
Loading