Baron Yugovich
Baron Yugovich

Reputation: 4315

Trouble starting jupyter notebook

Apparently I do have it installed, but it won't start

 jupyter --version
4.4.0
ThinkPad-T520:~$ ipython jupyter
[TerminalIPythonApp] WARNING | File not found: u'jupyter'

Other relevant parameters:

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

Upvotes: 0

Views: 160

Answers (2)

Zee303
Zee303

Reputation: 32

jupyter notebook

^^ thats the command to run

Upvotes: 2

user3358152
user3358152

Reputation: 127

ipython and Jupyter are 2 different programs. You need to just run the jupyter command.

Upvotes: 1

Related Questions