Nteract tricks To add a conda environment to the list of environments: $ source activate thisenv (thisenv) $ pip install ipykernel (thisenv) $ python -m ipykernel install --user --name thisenv