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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
