conda packages list

本文介绍了如何使用conda列出和安装Python包,如jupyter、numpy、pandas等,并提到了配置jupyter notebook的方法以及防火墙设置。此外,还涉及到了conda环境下的tensorflow-gpu、pytorch等深度学习库的安装,以及一些自然语言处理和数据处理库的安装。
部署运行你感兴趣的模型镜像
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

您可能感兴趣的与本文相关的镜像

PyTorch 2.5

PyTorch 2.5

PyTorch
Cuda

PyTorch 是一个开源的 Python 机器学习库,基于 Torch 库,底层由 C++ 实现,应用于人工智能领域,如计算机视觉和自然语言处理

PS C:\Users\joshu> conda env list usage: conda-script.py [-h] [-V] command ... conda is a tool for managing and deploying applications, environments and packages. Options: positional arguments: command clean Remove unused packages and caches. compare Compare packages between conda environments. config Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file (C:\Users\joshu\.condarc) by default. Use the --show-sources flag to display all identified configuration locations on your computer. create Create a new conda environment from a list of specified packages. info Display information about current conda install. init Initialize conda for shell interaction. install Installs a list of packages into a specified conda environment. list List installed packages in a conda environment. package Low-level conda package utility. (EXPERIMENTAL) remove (uninstall) Remove a list of packages from a specified conda environment. Use `--all` flag to remove all packages and the environment itself. rename Renames an existing environment. run Run an executable in a conda environment. search Search for packages and display associated information.The input is a MatchSpec, a query language for conda packages. See examples below. update (upgrade) Updates conda packages to the latest compatible version. notices Retrieves latest channel notifications. optional arguments: -h, --help Show this help message and exit. -V, --version Show the conda version number and exit. PS C:\Users\joshu>
03-11
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值