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