Jupyterlab插件部署手册.md 663 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Jupyterlab插件部署手册

# Jupyterlab版本

期望后续新镜像Jupyterlab版本≥4.0.0 (python ≥ 3.8)

```bash
pip install jupyterlab=4.0.0
```

# 插件更新

## 单个镜像插件安装

```bash
# 提供whl插件包,每个功能一种插件,容器内执行
pip install jupyter_ext_dataset-0.1.0-py3-none-any.whl

# 批量安装
pip install --no-index --find-links=. -r requirements.txt
```

## 批量镜像插件安装

使用updateJupyterImage_script脚本

## 功能验证

Jupyterlab插件功能验证

```bash
# 确认三个插件及jupyterlab都有
pip list
```

在Sothisai中启动后

汉化、scnet图标、数据集插件左边菜单