pip3 安装 jupyter 问题:“notebook”不是 Jupyter 命令

pip3 安装 jupyter 问题:“notebook”不是 Jupyter 命令

我正在运行 Ubuntu 16.04 并使用安装了 jupyterpip3 install jupyter 如 jupyter.org 网站上所述

安装似乎没有问题。没有缺少其他论坛帖子中报告的 zeromq 引用。

但我遇到了两个问题:

  1. 没有jupyter安装命令。我jupyter使用以下命令启动:

    python3 ~/.local/lib/python3.5/site-packages/jupyter.py notebook
    
  2. 发出以下消息后,应用程序无法启动:

    jupyter: 'notebook' is not a Jupyter command.
    

我更喜欢将安装保持在相当简单的状态,所以我避免采用 anaconda 路线。

任何建议,将不胜感激。

答案1

稍微玩了一下后,我发现了该.local/bin目录(显然我的 Linux 系统管理知识需要更新)。

运行 jupyter 似乎~/.local/bin工作正常。

相关内容