how to download jupyter notebook in windows 10 code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: Jupyter Notebook
pip install notebook
conda install -c conda-forge notebook
pip install notebook