source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Found here: Conda environments not showing up in Jupyter Notebook
- Make sure you install
jupyter
in the environment to be added. - Make sure the environment to be installed is activated!
jupyter kernelspec uninstall <kernel-name>