Using old images
This project only builds one set of images at a time. If you want to use the older Ubuntu and/or Python version, you can use the following images:
| Build Date | Ubuntu | Python | Tag | 
|---|---|---|---|
| 2022-10-09 | 20.04 | 3.7 | 1aac87eb7fa5 | 
| 2022-10-09 | 20.04 | 3.8 | a374cab4fcb6 | 
| 2022-10-09 | 20.04 | 3.9 | 5ae537728c69 | 
| 2022-10-09 | 20.04 | 3.10 | f3079808ca8c | 
| 2022-10-09 | 22.04 | 3.7 | b86753318aa1 | 
| 2022-10-09 | 22.04 | 3.8 | 7285848c0a11 | 
| 2022-10-09 | 22.04 | 3.9 | ed2908bbb62e | 
| 2023-05-30 | 22.04 | 3.10 | 4d70cf8da953 | 
| weekly build | 22.04 | 3.11 | latest | 
github 站点 GitHub - jupyter/docker-stacks: Ready-to-run Docker images containing Jupyter applications
例如 使用 python 3.8 版本 执行命令
docker run -p 8888:8888 quay.io/jupyter/scipy-notebook:a374cab4fcb6










