Why two options co-appeared in jupyter notebook's kernels after installing ipykernel?

27 views Asked by At

I used conda-command as following to create a new environment called exp1 and installed ipykernel in it:

conda create -n exp1
conda activate exp1
conda install ipykernel
ipython kernel install --user --name=exp1
jupyter notebook

Inside file I tried to use jupyter notebook to new a project, but I found that there are two kernels called Python [conda env:exp1] and exp1 to be opted in new.

I tried to search this scenario but it seemed that many people do not meet format like Python [conda env:exp1] after they installed the ipykernel.

Could anyone explain it, please? I would appreciate it for your kindness and patience.

0

There are 0 answers