Run Jupyter In Docker Containers

Run Docker Desktop.

And then, run the following PWS command:

docker run -it --rm -p 10000:8888 -v ${PWD}:/home/jovyan/work quay.io/jupyter/datascience-notebook:2023-10-20

check download images

docker images

output:

save image

docker save --output jupyter20231020.tar quay.io/jupyter/datascience-notebook