linux ubuntu安装Jupyter Notebook打开运行. ipynb文件

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

posted @ 2018-03-05 15:34  张正-博客园  阅读(3100)  评论(0编辑  收藏  举报