conda notebook install code example
Example 1: conda install notebook
conda install -c conda-forge notebook
Example 2: install conda in jupyter notebook
python -m ipykernel install --user --name=firstEnv
conda install -c conda-forge notebook
python -m ipykernel install --user --name=firstEnv