安装iPython3笔记本Ubuntu

时间:2015-05-06 20:35:09

标签: python ubuntu python-3.x ipython ipython-notebook

我在Ubuntu 14.04中安装ipython3笔记本时遇到问题

pip3安装:

vco@geoHP:~/Programming/python/BrandonRhodes/pycon-pandas-tutorial-1.0$ pip3 install --user ipython[notebook]
Requirement already satisfied (use --upgrade to upgrade): ipython[notebook] in /home/vco/.local/lib/python3.4/site-packages
  Installing extra requirements: 'notebook'
Cleaning up...
vco@geoHP:~/Programming/python/BrandonRhodes/pycon-pandas-tutorial-1.0$

升级iPython笔记本:

vco@geoHP:~/Programming/python/BrandonRhodes/pycon-pandas-tutorial-1.0$ pip3 install --user "ipython[all]"
Requirement already satisfied (use --upgrade to upgrade): ipython[all] in /home/vco/.local/lib/python3.4/site-packages
  Installing extra requirements: 'all'
Cleaning up...

尝试运行笔记本

vco@geoHP:~/Programming/python/BrandonRhodes/pycon-pandas-tutorial-1.0$ ipython notebook
-bash: /usr/bin/ipython: No such file or directory

我不确定我在这里做错了什么

我可以使用Ubuntu repo中的版本 - 但这适用于Python 2.如果我尝试运行我想要处理的文件(link to file),它会给我一个关于JSON 3的错误,而不是4.

由于尝试运行该文件,我已使用sudo apt-remove ipython从系统中删除了ipython,并使用pip3重新安装。

欢呼声

0 个答案:

没有答案
相关问题