Issue
I copied a command from a command into the terminal. It is not working when I try to run it.
Solution
Sometimes web pages/docs/pdfs contain special characters the terminal doesn't recognize. Retype the command into the terminal manually.
Issue
Jupyter: command not found
Solution
python3 -m notebook
instead~/.local/bin
to your PATH environment variable. Instructions