You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/12/02 08:44:19 UTC

[incubator-datalab] branch develop updated: update zeppelin rstudio version

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ae6e71f  update zeppelin rstudio version
     new 46c605c  Merge pull request #1368 from denysyankiv/DATALAB-2612
ae6e71f is described below

commit ae6e71fb8410a038b4ca70cd18bb3f25dbec4dc3
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Dec 2 10:28:15 2021 +0200

    update zeppelin rstudio version
---
 .../java/com/epam/datalab/backendapi/domain/NotebookTemplate.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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..b893d15 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
@@ -27,11 +27,11 @@ import lombok.Getter;
 public enum NotebookTemplate {
     JUPYTER("Jupyter notebook 6.1.6"),
     JUPYTER_LAB("JupyterLab 0.35.6"),
-    ZEPPELIN("Apache Zeppelin 0.9.0"),
+    ZEPPELIN("Apache Zeppelin 0.9.1"),
     DEEP_LEARNING("Deep Learning  2.4"),
     TENSOR("Jupyter with TensorFlow 2.3.2"),
     TENSOR_RSTUDIO("RStudio with TensorFlow 2.3.2"),
-    RSTUDIO("RStudio 1.4.1103"),
+    RSTUDIO("RStudio 2021.09.1-372"),
     TENSOR_GCP("Jupyter with TensorFlow 2.1.0"),
     DEEP_LEARNING_GCP("Deeplearning notebook"),
     DEEP_LEARNING_AWS("Deep Learning AMI Version 42.1"),

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org