赞
踩
直接装jupyter
官方安装:python3 -m pip install --upgrade pip
python3 -m pip install jupyter
jupyter notebook
如果安装了anaconda的话:
python -m pip install jupyter
运行 jupyter notebook
1.如果报错pip找不到main,那么修改:sudo gedit usr/bin/pip3
将from pip import main 改为from pip._internal import main
然后: pip3 install ipython[notebook]
pip3 install jupyter
2.Error executing Jupyter command 'notebook': [Errno 2] No such file or direct
重新安装jupyter: sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
以上就是遇到的问题以及解决方法
运行jupyter: jupyter notebook
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。