jupyter notebook installation on windows 10 code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: jupyter notebook install
pip install jupyterlab
conda install -c conda-forge notebook
pip install jupyterlab