0

I installed Anaconda3 in CentOS and created several virtual environments. Then, I installed the juypter notebook in every virtual environment.

After that, I started Jupyter notebook, unfortunately, the Jupyter notebook can only detect own environment.

I also found this post:

Link Conda environment with Jupyter Notebook

But I can not find this "kernel.json" file in CentOS.

What shall I do?

xirururu
  • 5,028
  • 9
  • 35
  • 64
  • 1) Did you use `virtualenv`s or conda environments? 2) Try installing the `ipykernel` package in each conda environment, and uninstalling `notebook` in each environment except one – darthbith Mar 21 '17 at 20:33
  • @darthbith I used the conda environments. I followed your instruction install ed the ipykernel, but it reported that, the ipykernel has already been installed. Then, I deleted the jupyter in every virtual environment, but the it still can not find any environment. – xirururu Mar 21 '17 at 21:39

0 Answers0