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

mhladun pushed a commit to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/2.5.1-tensor-jupyterlab by 
this push:
     new 04534f4  Template for jupyterlab for tensorflow
04534f4 is described below

commit 04534f4052c55e6a5feff21e4a72730665417247
Author: Marian Hladun <[email protected]>
AuthorDate: Wed Feb 16 11:18:49 2022 +0200

    Template for jupyterlab for tensorflow
---
 .../main/java/com/epam/datalab/backendapi/domain/NotebookTemplate.java   | 1 +
 1 file changed, 1 insertion(+)

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 10eb99e..18df3b1 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
@@ -30,6 +30,7 @@ public enum NotebookTemplate {
     ZEPPELIN("Apache Zeppelin 0.9.0"),
     DEEP_LEARNING("Deep Learning  2.4"),
     TENSOR("Jupyter with TensorFlow 2.3.2"),
+    TENSOR_JUPYTERLAB("Jupyterlab with TensorFlow 2.5.0"),
     TENSOR_RSTUDIO("RStudio with TensorFlow 2.3.2"),
     RSTUDIO("RStudio 1.4.1103"),
     TENSOR_GCP("Jupyter with TensorFlow 2.1.0"),

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

Reply via email to