conda packages list
pip3 install jupyter // jupyter notebook
jupyter notebook --generate-config
- Windows系统的配置文件路径:C:\Users<user_name>.jupyter\
- Linux/macOS系统的配置文件路径:/Users/<user_name>/.jupyter/ 或 ~/.jupyter/
- 配置文件名:jupyter_notebook_config.py
-
“c.NotebookApp.notebook_dir”
- jupyter notebook --port <port_number>
- jupyter notebook --no-browser
- 需要从"控制面板\系统和安全\Windows Defender 防火墙"里设置
conda install numpy
conda install pandas
conda install matplotlib
conda install tqdm
conda install tensorflow-gpu
scikit-learn
conda install pytorch torchvision cudatoolkit=10.0
conda install jieba
conda install nltk
conda install scipy
conda install gensim
pip install stanfordcorenlp
pip install JPype1-py3
pip install pyhanlp
pip install torchtext
pip install wheel
pip install lxml
pip install twisted
pip install scrapy
pip install beautifulsoup
import cv2
pip install opencv-python
pip install sqlite3 // 需要win10自行安装, 目前自带
pip install xlrd
pip install xlwt
pip install pyecharts
建议通过清华镜像来进行下载:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts