how to open jupyter notebook using cmd code example
Example 1: convert jupyter notebook to python cmd line
jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb
Example 2: how to launch jupyter notebook from cmd
python -m notebook
jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb
python -m notebook