设置pip源为阿里源
在终端进入目录:
mkdir .pip
然后在.pip 文件夹内新建一个文件 :
vi .pip/pip.conf
编辑 pip.conf 文件,写入阿里云:
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
用pip安装jupyter notebook
pip install jupyter notebook
设置账号密码登录
https://www.jianshu.com/p/b1189769aeb2