镜像概览

完整引用
docker.io/jupyter/minimal-notebook
Registry
docker.io
命名空间
jupyter
仓库
minimal-notebook
已缓存 Tag 数
1838
最近同步
07/05/2026, 08:47 AM

简介

Jupyter Minimal Notebook 镜像,轻量 Python 数据分析 Notebook 环境,数据科学实验与交互式代码探索平台。

详细介绍

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 UI
  • JUPYTER_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。

最新 Tag(20 条)

查看全部 1838 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/jupyter/minimal-notebook
:x86_64-ubuntu-22.04
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-python-3.11.6
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-python-3.11
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-notebook-7.0.6
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-latest
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-lab-4.0.7
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-hub-4.0.2
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-7cce21edff82
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:x86_64-2023-10-20
linux/amd64
2023/10/21 04:01467.2 MBsha256:171403d30ef7
docker.io/jupyter/minimal-notebook
:ubuntu-22.04
linux/arm64/v8linux/amd64
2023/10/20 12:03427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:2023-10-20
linux/arm64/v8linux/amd64
2023/10/20 12:03427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:python-3.11.6
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:python-3.11
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:lab-4.0.7
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:848a82674792
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:hub-4.0.2
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:notebook-7.0.6
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:latest
linux/arm64/v8linux/amd64
2023/10/20 12:02427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:aarch64-ubuntu-22.04
linux/arm64/v8
2023/10/20 11:55427.8 MBsha256:42d05d5dab36
docker.io/jupyter/minimal-notebook
:aarch64-python-3.11.6
linux/arm64/v8
2023/10/20 11:55427.8 MBsha256:42d05d5dab36