python环境搭建
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python环境搭建相关的知识,希望对你有一定的参考价值。
1.Anaconda安装
2.更新包
`conda install -all`
添加清华源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
# 设置搜索时显示通道地址
conda config --set show_channel_urls yes
换回官方源
conda config --remove-key channels
检查源
conda config --show
查看jupyter版本
jupyter --version
#下载主题
# 安装
pip install jupyterthemes
# 更新到最新版本
pip install --upgrade jupyterthemes
jt -t 主题名(gruvboxl)
以上是关于python环境搭建的主要内容,如果未能解决你的问题,请参考以下文章