1. anaconda 环境下运行出现
jupyter labextension install @jupyterlab/toc

2. 查看当前版本
jupyter --version

3. anaconda 环境下更新 ,有时候会不成功
conda update jupyterlab
4. win+R 调出
pip install -U jupyterlab

5. 查看插件
jupyter labextension list

本文档介绍了在Anaconda环境下如何安装、更新JupyterLab及其插件。首先,通过`jupyter labextension install @jupyterlab/toc`安装特定插件。然后,使用`jupyter --version`检查当前版本。有时,`conda update jupyterlab`可能无法成功更新,此时可以尝试使用Windows快捷键win+R打开命令行,输入`pip install -U jupyterlab`进行更新。最后,利用`jupyter labextension list`查看已安装的插件列表。
1. anaconda 环境下运行出现
jupyter labextension install @jupyterlab/toc

2. 查看当前版本
jupyter --version

3. anaconda 环境下更新 ,有时候会不成功
conda update jupyterlab
4. win+R 调出
pip install -U jupyterlab

5. 查看插件
jupyter labextension list

1642
2647
2252

被折叠的 条评论
为什么被折叠?