create jupyter notebook conda env 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: launch jupyter notebook from conda env
conda install -c anaconda ipykernel