zsh: command not found: jupyter code example
Example 1: zsh: command not found
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
Example 2: -bash: jupyter: command not found linux
sudo apt install python3-notebook jupyter jupyter-core
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
sudo apt install python3-notebook jupyter jupyter-core