【发布时间】:2020-03-13 15:45:40
【问题描述】:
我已经安装了 Anaconda 并创建了一个名为 Python3 的虚拟 Python3 环境。在激活环境之前,我可以运行 jupyter notebook 并打开 Jupyter。但是如果我激活环境然后运行:
$source activate Python3
$jupyter notebook
我会收到一个No such file or directory 错误,它指示我使用sudo apt install jupyter。我这样做了,但现在我得到了:
Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
我是否必须执行一些 PATH 技巧才能完成这项工作?
【问题讨论】:
-
您是否在新环境中安装了 jupyter?
-
在创建新环境后我从来没有这样做过
标签: python ubuntu jupyter-notebook anaconda