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