Jupyter notebook安装使用中的问题

来源:互联网 发布:淘宝联盟官方网站 编辑:程序博客网 时间:2024/05/21 09:51

安装:pip install jupyter

问题:
1:ImportError: No module named paths while running the jupyter notebook

解决:sudo apt-get remove ipython

2:ImportError: The IPython Notebook requires tornado >= 4.0, but you have 3.1.1
解决:
sudo apt-get remove python-tornado
sudo pip install tornado

3:Error: “No module named _markerlib” when installing some packages

wget https://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.zipunzip setuptools-19.2.zipcd setuptools-19.2python setup.py install

http://stackoverflow.com/questions/35780537/error-no-module-named-markerlib-when-installing-some-packages-on-virtualenv

4:

0 0
原创粉丝点击