如何在Ubuntu 15.10中安装/运行Jupyter?

Jan*_*Jan 5 python jupyter

我已经安装了python3/ipython3(和笔记本).所以我按照说明操作,我做了:

$ pip3 install jupyter
Run Code Online (Sandbox Code Playgroud)

它似乎已经成功了.但似乎没有安装(至少不在我的PATH中):

$ jupyter
jupyter: command not found

$ python3 jupyter
python3: can't open file 'jupyter': [Errno 2] No such file or directory

$ ipython3 jupyter
[TerminalIPythonApp] WARNING | File not found: 'jupyter'

$ ipython jupyter
[TerminalIPythonApp] WARNING | File not found: u'jupyter'
Run Code Online (Sandbox Code Playgroud)

对不起,对于python安装细节我是个菜鸟,我当然错过了一些明显的东西,但我在文档中找不到它.

任何帮助将非常感激!!:)

Jan*_*Jan 1

尝试调试安装 Golang 内核(gophernotes)的另一个问题,我发现它安装在${HOME}/.local/bin/jupyter.

问题解决了。