Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 449 Bytes

jupyter-安装.md

File metadata and controls

36 lines (22 loc) · 449 Bytes

jupyter lab 安装日记

运行jupyter lab

jupyter lab jupyter lab --allow-root

编译

jupyter lab build --dev-build=False --minimize=False

插件安装

jupyter labextension install 插件名

conda 命令

升级包

conda update anaconda pip install -U packagename

更新所有包

conda update --all

查看包

pip list conda list pip show packagename