anaconda jupyter no kernel code example
Example 1: conda environment not showing up in jupyter
source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Example 2: get jupyter to see conda environment nbconda
conda install nb_conda