- 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_URLandVERSIONwith appropriate values from the step above:
singleuser:
image:
name: REGISTRY_URL/teradatajupyterlabext_VERSION
tag: latest
- 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.