python配置

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

posted @ 2023-08-06 16:03  hello3x3  阅读(45)  评论(0)    收藏  举报