anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

can't select conda environment while creating new file #87

Closed RenBaixiao closed 5 years ago

RenBaixiao commented 5 years ago

I installed nb_conda via conda install nb_conda in my base conda environment. Then i run jupyter notebook in the base enviroment. In my chrome brower, I can see all conda environment I created before. 2019-07-16 17-27-07 的屏幕截图 However, there is only two option when I want to create a new file by clicking the new button. 2019-07-16 17-31-45 的屏幕截图 Does anyone encounter similar problem?How to solve it?

RenBaixiao commented 5 years ago

I got it. Inorder to selct a given conda environment while creating new file, you should install ipykernel package in that environment.