python环境搭建

橙三吉。 提交于 2020-02-15 18:36:32

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)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!