python 使用清华镜像安装第三方包

python包安装方法

使用清华镜像

安装包

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib

安装jupyter 目录

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter_contrib_nbextensions

参考:Jupyter Notebook 添加目录插件(nbextensions)

你可能感兴趣的:(python积累,python,pip)