Loading... > 其实也就是将每一个虚拟环境添加到 `jupyter lab`下 1. 安装`ipykernel` ``` pip install ipykernel ``` 2. 查看jupyter所有的内核 ``` jupyter kernelspec list ``` 3. 添加内核 ``` python -m ipykernel install --name 内核名 ``` > --user 安装到当前用户 4. 删除内核 ``` jupyter kernelspec remove 内核名 ``` Last modification:April 21, 2021 © Allow specification reprint Like 2