You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/07/07 16:13:24 UTC

[incubator-datalab] 01/01: [DATALAB-2503] - [GCP] Label for deeplearning changed from Jupyter to JupyterLab

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

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

commit 9464bc31af90989f2b9da77e796baf17506b9abb
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Wed Jul 7 19:12:49 2021 +0300

    [DATALAB-2503] - [GCP]  Label for deeplearning changed from Jupyter to JupyterLab
---
 .../src/general/scripts/gcp/deeplearning_configure.py                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
index 6830d00..3be0192 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
@@ -286,7 +286,7 @@ if __name__ == "__main__":
         print("User key name: {}".format(notebook_config['project_name']))
         #print("TensorBoard URL: {}".format(tensorboard_url))
         #print("TensorBoard log dir: /var/log/tensorboard")
-        print("Jupyter URL: {}".format(jupyter_ip_url))
+        print("JupyterLab URL: {}".format(jupyter_ip_url))
         print("Ungit URL: {}".format(ungit_ip_url))
         print('SSH access (from Edge node, via IP address): ssh -i {0}.pem {1}@{2}'.format(
             notebook_config['key_name'], notebook_config['datalab_ssh_user'], ip_address))
@@ -300,7 +300,7 @@ if __name__ == "__main__":
                    "notebook_name": notebook_config['instance_name'],
                    "Action": "Create new notebook server",
                    "exploratory_url": [
-                       {"description": "Jupyter",
+                       {"description": "JupyterLab",
                         "url": jupyter_notebook_access_url},
                        #{"description": "TensorBoard",
                        # "url": tensorboard_access_url},

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