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?