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
If jupyter run by this command:
~/.local/bin/jupyter-notebook
simply run this command in terminal
export PATH=~/.local/bin:$PATH