阿里云ECS搭建Jupyter Notebook

匿名 (未验证) 提交于 2019-12-03 00:26:01

Anaconda集成了Jupyter,所以先安装Anaconda后再配置Jupyter

1. 下载Anaconda安装包(Anaconda集成Jupyter)
root@iZuf6e9bjg74ll9e9hcyagZ:~# pwd /root root@iZuf6e9bjg74ll9e9hcyagZ:~# ls python  scrapyd_supervisor.conf root@iZuf6e9bjg74ll9e9hcyagZ:~# mkdir anaconda root@iZuf6e9bjg74ll9e9hcyagZ:~# cd anaconda/ root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# ls root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86.sh
2. 安装Anaconda
root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# pwd /root/anaconda root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# ls Anaconda3-5.2.0-Linux-x86_64.sh root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# chmod 777 Anaconda3-5.2.0-Linux-x86.sh  root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# ./Anaconda3-5.2.0-Linux-x86.sh 
3. 验证安装
root@iZuf6e9bjg74ll9e9hcyagZ:~/anaconda# jupyter usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir]                [--paths] [--json]                [subcommand] jupyter: error: one of the arguments --version subcommand --config-dir --data-dir --runtime-dir --paths is required



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