Open a container in Jupyter notebook
Open a container in Jupyter lab
docker build -t jupyter/datascience-notebook:DataVis .
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:DataVis
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Open a container in Jupyter notebook
Open a container in Jupyter lab
docker build -t jupyter/datascience-notebook:DataVis .
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:DataVis