Access JupyterLab from a Remote Machine | Teradata Vantage Modules for Jupyter - About Accessing JupyterLab from a Remote Machine - Teradata Vantage Modules for Jupyter

Teradata Vantageā„¢ Modules for Jupyter Installation Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage Modules for Jupyter
Release Number
4.0
Published
March 2025
ft:locale
en-US
ft:lastEdition
2025-12-05
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
oqt1542232706976.ditaval
dita:id
nuw1535116212598
Product Category
Teradata Vantage

We recommend that you run JupyterLab and the browser on the same machine. You can access JupyterLab running on a different machine.

Important:
  • If you choose to deploy this configuration, it is important that you not allow other users to access the same JupyterLab instance. Do not share your JupyterLab private token. A single JupyterLab instance should only be used by a single user. Sharing the instance allows all resources to become available to other users, including result set data and connections.
If you choose to run JupyterLab on a remote machine remember the following:
  • Consult the Jupyter documentation at https://jupyter-server.readthedocs/io/en/latest/operators/public-server.html before running JupyterLab on a remote machine.
  • We recommend that you configure JupyterLab to use HTTPS which requires a TLS certificate and key file.
  • From a command terminal or window you should start JupyterLab with HTTP/TLS:

    jupyter lab --certfile=tlscert.pem --keyfile=tlskey.key