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
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Vantage Modules for Jupyter
Release Number
3.5
Published
September 2024
Language
English (United States)
Last Update
2024-09-13
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
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://teradata.github.io/jupyterextensions/.
  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>