其他分享
首页 > 其他分享> > jupty notebook安装

jupty notebook安装

作者:互联网

一、从清华大学镜像源下载Anaconda3-2019.07-Linux-x86_64.sh

官网:https://www.anaconda.com/distribution/

这个工具很方便

wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.07-Linux-x86_64.sh
chmod +x Anaconda3-2019.07-Linux-x86_64.sh

./Anaconda3-2019.07-Linux-x86_64.sh

  

交互式完成安装

 所有组件

/anaconda3/bin

  

得到配置文件

./jupyter-notebook --generate-config

  

参考https://blog.csdn.net/qq_41185868/article/details/79985781

标签:x86,Anaconda3,jupty,2019.07,sh,notebook,64,Linux,安装
来源: https://www.cnblogs.com/linuxxl/p/11546766.html