admin管理员组文章数量:1130349
12.5笔记
安装Anaconda3-2019.10-windows-x86_64以及安装jupyter notebook
一、安装Anaconda3-2019.10-windows-x86_64
1.windows+R→运行:输入cmd
2.输入:pip install -i https://pypi.tuna.tsinghua.edu/simple numpy 回车
(应用清华镜像https://mirrors.tuna.tsinghua.edu/)
Pip是命令行接口,可安装Python软件包
可以在使用pip的时候,加上参数-i和镜像地址(https://pypi.tuna.tsinghua.edu/simple)
常用的国内镜像:
(1)阿里云 http://mirrors.aliyun/pypi/simple/
(2)豆瓣http://pypi.douban/simple/
(3)清华大学 https://pypi.tuna.tsinghua.edu/simple/
(4)中国科学技术大学 http://pypi.mirrors.ustc.edu/simple/
(5)华中科技大学http://pypi.hustunique/
注意:新版ubuntu要求使用https源。
3.升级:python -m pip install -i https://pypi.tuna.tsinghua.edu/simple pip -U(如果无法升级,请搜索百度搜索如何配置环境变量,或参考这个
https://blog.csdn/qq_31672775/article/details/78164794)
二、安装jupyter notebook
1.windows+R→运行:输入cmd
2.输入:pip install -i https://pypi.tuna.tsinghua.edu/simple jupyter 回车
3.安装完成
4.打开:jupyter
12.5笔记
安装Anaconda3-2019.10-windows-x86_64以及安装jupyter notebook
一、安装Anaconda3-2019.10-windows-x86_64
1.windows+R→运行:输入cmd
2.输入:pip install -i https://pypi.tuna.tsinghua.edu/simple numpy 回车
(应用清华镜像https://mirrors.tuna.tsinghua.edu/)
Pip是命令行接口,可安装Python软件包
可以在使用pip的时候,加上参数-i和镜像地址(https://pypi.tuna.tsinghua.edu/simple)
常用的国内镜像:
(1)阿里云 http://mirrors.aliyun/pypi/simple/
(2)豆瓣http://pypi.douban/simple/
(3)清华大学 https://pypi.tuna.tsinghua.edu/simple/
(4)中国科学技术大学 http://pypi.mirrors.ustc.edu/simple/
(5)华中科技大学http://pypi.hustunique/
注意:新版ubuntu要求使用https源。
3.升级:python -m pip install -i https://pypi.tuna.tsinghua.edu/simple pip -U(如果无法升级,请搜索百度搜索如何配置环境变量,或参考这个
https://blog.csdn/qq_31672775/article/details/78164794)
二、安装jupyter notebook
1.windows+R→运行:输入cmd
2.输入:pip install -i https://pypi.tuna.tsinghua.edu/simple jupyter 回车
3.安装完成
4.打开:jupyter
版权声明:本文标题:2020-12-05 安装Anaconda3-2019.10-windows-x86_64以及安装jupyter notebook 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1754706184a2720738.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论