1.更新pip:
pip install --upgrade pip
2.安装jupyter
pip install jupyter
过程中可能会出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*(其中×与要安装的软件有关)
解决方法:sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1
3.运行jupyter
gyq@gyq-virtual-machine:~$ jupyter-notebook