conda packages list

本文介绍了如何使用conda列出和安装Python包,如jupyter、numpy、pandas等,并提到了配置jupyter notebook的方法以及防火墙设置。此外,还涉及到了conda环境下的tensorflow-gpu、pytorch等深度学习库的安装,以及一些自然语言处理和数据处理库的安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值