Jupyter notebook 安装困难

Difficulties in installing Jupyter notebook

我正在尝试安装 Jupyter Notebook。 我按照 Jupyter 网站上的说明进行操作,即通过 pip:

pip install jupyter

但过程进行到一半时出现以下错误:

Storing debug log for failure in /home/user/.pip/pip.log

有人可以帮忙吗?

Python version:2.7.6

OS:Ubuntu 14.04.3 LTS

只需以 root 身份执行即可:

sudo pip install jupyter