windows conda 安装

conda 网址:

https://www.anaconda.com/download/#windows

下载默认安装 ----pip install jupyter-----jupyter notebook

就可以使用了

参考网址:

 http://codingpy.com/article/getting-started-with-jupyter-notebook-part-1/

http://codingpy.com/article/getting-started-with-jupyter-notebook-part-2/


conda 修改 清华镜像

查找电脑中的.condarc文件,复制以下内容。如果使用了方法一,删除defaults即可。

channels:

- https://mirrors.ustc.edu.cn/anaconda/pkgs/free/  (国科大)

-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free (清华)

以上现在都可以用,选择一个就可以)

show_channel_urls: true

之后就可以正常使用了

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容