This repository is only for personal practices purpose ๐
- Docker must be installed on your system.
-
Pull the Jupyter base image:
docker pull jupyter/base-notebook
-
Run the container and mount your current directory:
docker run -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/base-notebook