jupyter notebook which conda environment code example
Example 1: add conda environment to jupyter
python -m ipykernel install --user --name=firstEnv
Example 2: get jupyter to see conda environment nbconda
conda install nb_conda
python -m ipykernel install --user --name=firstEnv
conda install nb_conda