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
标签:kernelspec,jupyter,ipykernel,python,配置,install,pip From: https://www.cnblogs.com/hello33mao/p/17609514.html