run jupyter notebook in conda environment code example
Example 1: add conda env to jupyter
source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Example 2: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 3: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv
Example 4: get jupyter to see conda environment nbconda
conda install nb_conda