how to use custom environment in jupyter notebook 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