DataVis Open a container in Jupyter notebook Open a container in Jupyter lab Build the container locally docker build -t jupyter/datascience-notebook:DataVis . Run the container docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:DataVis