Install Teradata Jupyter Docker image in your registry

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18

Note

Downloading from downloads.teradata.com requires an authenticated Teradata customer account. Contact your Teradata representative if you do not have one.

  1. Go to Teradata Modules for Jupyter page and download the Docker image. It is a tarball with name in this format teradatajupyterlabext_VERSION.tar.gz.

  2. Load the image:

    docker load -i teradatajupyterlabext_VERSION.tar.gz
    
  3. Push the image to your Docker registry:

    docker push REGISTRY_URL/teradatajupyterlabext_VERSION
    

Tip

You may want to consider changing the name of the loaded image for simplicity:

docker tag OLD_IMAGE_NAME NEW_IMAGE_NAME