anaconda run jupyter in environment code example
Example 1: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 2: open jupyter notebook with conda envirionment
python -m ipykernel install --user --name=firstEnv