anaconda, jupyter notebook 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
conda install -c anaconda ipykernel
python -m ipykernel install --user --name=firstEnv