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

posted @ 2019-09-19 08:55  Linux_xl  阅读(1960)  评论(0)    收藏  举报