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
Most generally (in case of jupyter not being in /local/bin) use,
which jupyter
Example output
~/miniconda3/bin/jupyter
to see the path for jupyter, then explicitly use that path with sudo
sudo ~/miniconda3/bin/jupyter