This is an automated email from the ASF dual-hosted git repository.

olehmykolaishyn pushed a commit to branch DATALAB-2783
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2783 by this push:
     new de1f23fa2 name correction
de1f23fa2 is described below

commit de1f23fa236be0d1959ccd587194550776f6f345
Author: owlleg6 <[email protected]>
AuthorDate: Fri May 6 10:57:38 2022 +0300

    name correction
---
 .../src/general/files/aws/tensor-jupyterlab_description.json          | 4 ++--
 infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json        | 2 +-
 .../java/com/epam/datalab/backendapi/domain/NotebookTemplate.java     | 2 +-
 services/self-service/src/main/resources/mongo/aws/mongo_roles.json   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
 
b/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
index 5fc31ecb7..1992bef55 100644
--- 
a/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
+++ 
b/infrastructure-provisioning/src/general/files/aws/tensor-jupyterlab_description.json
@@ -12,8 +12,8 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Jupyterlab with TensorFlow 2.5.0",
-      "description": "Base image with TensorFlow and Jupyterlab node creation 
routines",
+      "template_name": "JupyterLab with TensorFlow 2.5.0",
+      "description": "Base image with TensorFlow and JupyterLab node creation 
routines",
       "environment_type": "exploratory",
       "version": "tensorflow-jupyterlab-2.5.0",
       "vendor": "AWS"
diff --git a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json 
b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
index 42666d0d5..0cf371286 100644
--- a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
@@ -151,7 +151,7 @@
   },
   {
     "_id": "nbCreateTensorJupyterlab",
-    "description": "Create Notebook Jupyterlab with TensorFlow",
+    "description": "Create Notebook JupyterLab with TensorFlow",
     "exploratories": [
       "docker.datalab-tensor-jupyterlab"
     ],
diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
index e39b22566..497697c11 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java
@@ -31,7 +31,7 @@ public enum NotebookTemplate {
     ZEPPELIN("Apache Zeppelin 0.9.1"),
     DEEP_LEARNING("Deep Learning  2.4"),
     TENSOR("Jupyter with TensorFlow 2.5.0"),
-    TENSOR_JUPYTERLAB("Jupyterlab with TensorFlow 2.5.0"),
+    TENSOR_JUPYTERLAB("JupyterLab with TensorFlow 2.5.0"),
     TENSOR_RSTUDIO("RStudio with TensorFlow 2.3.2"),
     RSTUDIO("RStudio 2021.09.1-372"),
     TENSOR_GCP("Jupyter with TensorFlow 2.1.0"),
diff --git 
a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json 
b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
index ec8f6998e..bfce85c14 100644
--- a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
@@ -181,7 +181,7 @@
   },
   {
     "_id": "nbCreateTensorJupyterlab",
-    "description": "Create Notebook Jupyterlab with TensorFlow",
+    "description": "Create Notebook JupyterLab with TensorFlow",
     "type": "NOTEBOOK",
     "cloud": "AWS",
     "exploratories": [


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to