how to open 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