After installing with pip install jupyter, terminal still cannot find jupyter notebook.
pip install jupyter
jupyter notebook
Ubuntu simply says command not found
command not found
pip install --user --upgrade jupyter
Using the above command should do the job in Ubuntu 18.04
If it doesn't, follow the steps from here