For Anaconda I suggest you a much easier and proper solution; just give a look at the nb_conda_kernels package.
It allows you to “manage your conda environment-based kernels inside the Jupyter Notebook”.
Is should be included since Anaconda version 4.1.0, otherwise simply use
conda install nb_conda
Now you should be able to manage all direcly from the Notebook interface.