diff --git a/form.yml b/form.yml index c2cbdf8137c58596204aa4f07f8b8bf71f5933ee..081bd4fbb2dd90542c3ecb715ee912af53e29ef0 100644 --- a/form.yml +++ b/form.yml @@ -10,11 +10,6 @@ # cluster: "owens" cluster: "" -# 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 nodes. - # Define attribute values that aren't meant to be modified by the user within # the Dashboard form attributes: diff --git a/manifest.yml b/manifest.yml index a1b374848910e8810fd3206edda0eb25a04e898a..86a69aa35a23821abf7eb1986f3fdafa411f8aa8 100644 --- a/manifest.yml +++ b/manifest.yml @@ -3,3 +3,5 @@ name: Jupyter Notebook category: Interactive Apps subcategory: Servers role: batch_connect +description: | + This app will launch a Jupyter Notebook server on one or more nodes.