install python and jupyter notebook windows 10 code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: install jupyter notebook
pip install notebook
conda install -c conda-forge notebook
pip install notebook