/jupyter-docker

Docker example to run the Jupyter notebook

Primary LanguageDockerfile

#Jupyter Docker

Docker example to run the Jupyter notebook



docker build -t jupyterdocker:v1 .
docker run -p 8888:8888   -v "$PWD":/myworkdir   --rm -it jupyterdocker:v1