Use Teradata Jupyter Docker image in JupyterHub

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  1. To use the Teradata Jupyter Docker image directly in your JupyterHub cluster, modify the override file as described in herein the JupyterHub documentation. Replace REGISTRY_URL and VERSION with appropriate values from the step above:
singleuser:
  image:
    name: REGISTRY_URL/teradatajupyterlabext_VERSION
    tag: latest
  1. Apply the changes to the cluster as described in JupyterHub documentation.

Tip

You can use multiple profiles to allow users to select which image they want to use when they log in to JupyterHub. For detailed instructions and examples on configuring multiple profiles, please see JupyterHub documentation.