ubuntu 18.04 64bit下如何安装python开发工具jupyter

1.执行一下命令进行安装

sudo apt-get install python3-distutils 

wget https://bootstrap.pypa.io/get-pip.py

sudo python3 get-pip.py

sudo python3 -m pip install jupyter

sudo apt-get install jupyter

 

2.如何启动jupyter?

jupyter notebook

 

3.如何登陆jupyter?

登陆地址为:127.0.0.1:8888,会提示输入password或token,默认使用token,那么如何获取token呢?

 

4.如何获取token?

jupyter notebook list

posted @ 2019-01-11 12:45  Jello  阅读(630)  评论(0编辑  收藏  举报