Go to the Jupyter website or your preferred Python distribution site
Install Python on your computer if it is not already installed
Open a terminal or...
Open Command Prompt
Type `jupyter notebook`
Press Enter
If Jupyter is not recognized, activate your environment first
For Anaconda, run `conda activate `
Then type `jupyter notebook`
If needed, install...