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 @   张正-博客园  阅读(3224)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示