install jupyter notebook in conda virtual environment code example
Example 1: how i install jupyter notebook in a new conda virtual environment
pip install jupyter notebook
Example 2: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 3: open jupyter notebook with conda envirionment
python -m ipykernel install --user --name=firstEnv