Link Conda environment with Jupyter Notebook

前端 未结 5 1785
眼角桃花
眼角桃花 2020-11-28 19:59

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

5条回答
  •  一整个雨季
    2020-11-28 20:06

    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.

提交回复
热议问题