diff --git a/form.yml.erb b/form.yml.erb index dd8532d432a35d1e9d1e3f3400b4cef080c57ccb..ca6dac6e8b2e38a86f846dd76bfe8bd2119d8742 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -11,12 +11,12 @@ cluster: "SLURM_CLUSTER" # 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 # and Markdown syntax) 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 # the Dashboard form @@ -60,7 +60,7 @@ attributes: # command that launches the Jupyter notebook within the batch job extra_jupyter_args: widget: text_field - label: Extra jupyter arguments + label: Extra JupyterLab arguments bc_num_hours: value: 1 diff --git a/icon.png b/icon.png index 480932523cd389416c1b7dfffb8b0580616e9051..41db6ac6b48e9458f4fd0330a7432b765f4db56f 100644 Binary files a/icon.png and b/icon.png differ diff --git a/manifest.yml b/manifest.yml index 86a69aa35a23821abf7eb1986f3fdafa411f8aa8..7243978b8828c6ae2db1e60930ac1c222c278d54 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,5 @@ --- -name: Jupyter Notebook +name: JupyterLab category: Interactive Apps subcategory: Servers role: batch_connect -description: | - This app will launch a Jupyter Notebook server on one or more nodes.