pip install plotly
pip install plotly -i https://pypi.tuna.tsinghua.edu.cn/simple
阿里云镜像:http://mirrors.aliyun.com/pypi/simple/
清华大学镜像:https://pypi.tuna.tsinghua.edu.cn/simple/
豆瓣镜像:http://pypi.doubanio.com/simple/
中科大镜像:https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
pip install "plotly<4.14"
pip install plotly==4.9
查看库版本
plotly.__version__
删除库
pip uninstall plotly
升级库
pip install upgrade plotly
anaconda 安装 opeccv
anaconda 打开 terminal,输入
sudo pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
本文介绍了如何使用pip安装和管理Python数据可视化库plotly,包括安装、指定版本、查看版本、卸载、升级等操作,并提到了国内镜像源的使用。此外,还提及了在Anaconda环境下安装opencv-python的方法。
3809

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



