用pip安装jupyter后,终端仍然找不到jupyter笔记本。
Ubuntu只是说命令没有找到。与ipython类似。pip没有安装好还是怎么了?Ubuntu如何知道在哪里寻找安装了pip的可执行文件?
用pip安装jupyter后,终端仍然找不到jupyter笔记本。
Ubuntu只是说命令没有找到。与ipython类似。pip没有安装好还是怎么了?Ubuntu如何知道在哪里寻找安装了pip的可执行文件?
当前回答
安装 jupyterlab。
如果你得到这个错误:
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
requests 2.25.1 requires idna<3,>=2.5, but you'll have idna 3.1 which is incompatible.
用这个:
pip3 install jupyterlab --use-feature=2020-resolver
其他回答
使用Ctrl+Alt+T打开终端窗口。 执行gedit ~/.profile命令。 加线。导出路径= $路径:/。local / bin / jupyter-notebook。到底部保存。 注销后重新登录。
希望这能起作用。
我都试过了,
pip install jupyter
and
pip3 install jupyter
但最后还是用
sudo -H pip install jupyter
以另一个用户-H执行命令
-H (HOME)选项要求安全策略将HOME环境变量设置为密码数据库指定的目标用户(默认为root)的主目录。根据策略的不同,这可能是默认行为。
现在是2020年。 在我身边用mac解决这个问题: PIP安装jupyterlab而不是PIP安装jupyter。 在成功安装关键字之前会有一个警告: 在这里输入图像描述
你可以用jupyterlab看到路径 然后你只需要开始jupyter笔记本以下路径:
jupyter-lab
笔记本电脑将自动加载由您的默认浏览器。
如果你使用'pip'而不是'pip3'为Python 2安装Jupyter notebook,它可能会运行:
ipython notebook
在Ubuntu上安装Jupyter Notebook之后,我得到了以下错误:
异常:Jupyter命令' Jupyter -notebook'未找到。
我使用简单的命令,它为我工作
PIP install——upgrade——force-重装——no-cache-dir jupyter
来源:http://commandstech.com/how-to-install-jupyter-on-ubuntu16-04-with-pictures-commands-errors-solution/
从root用户退出后执行:
朱皮特笔记本