Get the Docker Image for JupyterLab | Teradata Vantage Modules for Jupyter - Getting the Jupyter Extension Docker Image - 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
Following are the two options to get the Docker image for JupyterLab.

    Downloading and Loading the Docker Image:

  1. Download the Docker image for JupyterLab from the following Teradata site https://downloads.teradata.com/download/tools/vantage-modules-for-jupyter.
  2. Load the Docker image for JupyterLab into Docker on your local machine:

    docker load -i teradatajupyterlabext_<version>.tar.gz

    If the docker image name is not teradatajupyterlabext, replace teradatajupyterlabext with the actual name of the docker image.
  3. (OPTIONAL) Apply an additional name to the Installed Docker image.

    docker tag teradatajupyterlabext_<version> <any name of your choice>