If you have installed Docker Toolbox on your Windows system, remember the following:
- When you start your Docker container do not specify the 127.0.0.1 IP address.
docker run -p 8888:8888 -v /path/to/my/directory:/home/jovyan/JupyterLabRoot teradatajupyterlabext
- To connect JupyterLab use the URL http://192.168.99.100:8888 and specify the token when prompted.