国内镜像源
| 阿里云 http: |
| |
| 豆瓣 http: |
| |
| 清华大学 https: |
| |
| 中国科学技术大学 http: |
| |
| 华中科技大学 https: |
以下安装更新需以管理员身份运行命令窗口
CMD 更新pip
python -m pip install
更新失败,提示 "Script file 'D:\Anaconda3\Scripts\pip-script.py' is not present.",重新安装pip
easy_install pip
CMD 运行jupyter
Anaconda Prompt 安装Plugins模块
| pip install -i https://pypi.douban.com/simple/ jupyter_contrib_nbextensions |
| |
| jupyter contrib nbextension install |
| |
| pip install -i https://pypi.douban.com/simple/ jupyter_nbextensions_configurator |
Anaconda Prompt 安装Pdf模块
| pip install pdfplumber -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
| |
| pip install PyPDF2 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
| |
| pip install pypiwin32 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
Anaconda Prompt 安装Word模块
pip install python-docx -i https://pypi.tuna.tsinghua.edu.cn/simple/