当前位置:   article > 正文

jupyter 安装_jupitermeet安装

jupitermeet安装

直接装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

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/949711
推荐阅读
相关标签
  

闽ICP备14008679号