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