launch a jupyter notebook from terminal code example
Example 1: start jupyter notebook from terminal
jupyter notebook
Example 2: how to launch jupyter notebook from cmd
python -m notebook
jupyter notebook
python -m notebook