python配置

发布时间 2023-08-06 16:08:30作者: hello_33

python配置

pip 设置全局清华源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

jupyter 安装

pip install jupyterlab

jupyter 内核配置

pip install ipykernel
python -m ipykernel install --user --name=yolov8
jupyter kernelspec list

jupyter 删除内核

jupyter kernelspec uninstall yolov8

jupyter 启动

jupyter lab

图像标注

pip install labelimg