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

上一篇:Nodejs进阶:使用DiffieHellman密钥交换算法


下一篇:《Entity Framework 6 Recipes》中文翻译系列 (11) -----第三章 查询之异步查询