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
Open a terminal window using Ctrl+Alt+T.
Run the command gedit ~/.profile.
Add the line. export PATH=$PATH:/.local/bin/jupyter-notebook. to the bottom and save.
Log out and log in again.
Hopefully this will work.