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

Product
Teradata Vantage Modules for Jupyter
Release Number
3.4
Published
October 2022
Language
English (United States)
Last Update
2022-10-27
dita:mapPath
nuw1535116212598.ditamap
dita:ditavalPath
ft:empty
dita:id
B700-4010
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) Change the name of the installed Docker image.

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