显然我已经安装了它,但是无法启动
jupyter --version
4.4.0
ThinkPad-T520:~$ ipython jupyter
[TerminalIPythonApp] WARNING | File not found: u'jupyter'
其他相关参数:
python --version
Python 2.7.14
ThinkPad-T520:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
答案 0 :(得分:2)
jupyter notebook
^^那就是要运行的命令
答案 1 :(得分:1)
ipython和Jupyter是2个不同的程序。您只需要运行jupyter
命令即可。