I\'m trying to set a good environnement for doing some scientific stuff with python. To do so, I installed Jupyter & miniconda.
Then I want to be able to have di
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.