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