Following are the two options to get the Docker image for JupyterLab.
- Pull the docker image from the DockerHub at https://hub.docker.com/r/teradata/jupyterlab-extensions.
- Download and load the Docker image into the Docker on your local machine.
- 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
If the docker image name is not teradatajupyterlabext, replace teradatajupyterlabext with the actual name of the docker image. - (OPTIONAL) Apply an additional name to the Installed Docker image.
docker tag teradatajupyterlabext_<version> <any name of your choice>
Downloading and Loading the Docker Image: