-
Download the Docker image for JupyterLab from the following Teradata site https://teradata.github.io/jupyterextensions/.
-
Load the Docker image for JupyterLab into Docker on your local machine:
docker load -i teradatajupyterlabext_<version>.tar.gz
-
(OPTIONAL) Change the name of the installed Docker image.
docker tag teradatajupyterlabext_<version> <any name of your choice>