我在Ubuntu 14.04中安装ipython3笔记本时遇到问题
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
重新安装。
欢呼声