how to download jupyter notebook using conda code example
Example 1: how to install jupyter notebook using pip
pip install notebook
Example 2: install conda in jupyter notebook
python -m ipykernel install --user --name=firstEnv
pip install notebook
python -m ipykernel install --user --name=firstEnv