Overview
- Full name
docker.io/jupyter/minimal-notebook- Registry
- docker.io
- Namespace
- jupyter
- Repository
- minimal-notebook
- Cached tags
- 1838
- Last synced
- 07/05/2026, 08:47 AM
Introduction
Jupyter Minimal Notebook 镜像,轻量 Python 数据分析 Notebook 环境,数据科学实验与交互式代码探索平台。
Details
jupyter/minimal-notebook 提供最小化 Jupyter Notebook 环境,含 Python 3 与基础科学计算库。定位为数据科学 Notebook 服务;数据分析实验、机器学习原型开发或教学演示交互式编程环境。
快速启动
docker run -d --name jupyter \
-p 8888:8888 \
-e JUPYTER_ENABLE_LAB=yes \
docker.io/jupyter/minimal-notebook:latest
推荐实践
docker run -d --name jupyter \
--restart unless-stopped \
-p 8888:8888 \
-e JUPYTER_TOKEN=changeme \
-v /data/notebooks:/home/jovyan/work \
docker.io/jupyter/minimal-notebook:python-3.12
核心参数说明
-p 8888:8888— Jupyter Web UIJUPYTER_TOKEN— 访问令牌(高敏)-v .../work:...— Notebook 持久化- 访问 — 限内网或 HTTPS 反代
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: jupyter
spec:
replicas: 1
selector:
matchLabels:
app: jupyter
template:
metadata:
labels:
app: jupyter
spec:
containers:
- name: jupyter
image: docker.io/jupyter/minimal-notebook:python-3.12
ports:
- containerPort: 8888
envFrom:
- secretRef:
name: jupyter-token
volumeMounts:
- name: notebooks
mountPath: /home/jovyan/work
volumes:
- name: notebooks
persistentVolumeClaim:
claimName: jupyter-notebooks
---
apiVersion: v1
kind: Service
metadata:
name: jupyter
spec:
selector:
app: jupyter
ports:
- port: 8888
targetPort: 8888
Secret 存 Token;PVC 存 Notebook。
Latest tags (20)
View all 1838 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/jupyter/minimal-notebook :x86_64-ubuntu-22.04 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-python-3.11.6 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-python-3.11 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-notebook-7.0.6 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-latest | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-lab-4.0.7 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-hub-4.0.2 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-7cce21edff82 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :x86_64-2023-10-20 | linux/amd64 | 2023/10/21 04:01 | 467.2 MB | sha256:171403d30ef7… | |||
docker.io/jupyter/minimal-notebook :ubuntu-22.04 | linux/arm64/v8linux/amd64 | 2023/10/20 12:03 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :2023-10-20 | linux/arm64/v8linux/amd64 | 2023/10/20 12:03 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :python-3.11.6 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :python-3.11 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :lab-4.0.7 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :848a82674792 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :hub-4.0.2 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :notebook-7.0.6 | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :latest | linux/arm64/v8linux/amd64 | 2023/10/20 12:02 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :aarch64-ubuntu-22.04 | linux/arm64/v8 | 2023/10/20 11:55 | 427.8 MB | sha256:42d05d5dab36… | |||
docker.io/jupyter/minimal-notebook :aarch64-python-3.11.6 | linux/arm64/v8 | 2023/10/20 11:55 | 427.8 MB | sha256:42d05d5dab36… |