Почему после установки ipykernel в ядрах ноутбуков Jupyter появились две опции? ⇐ Python
Почему после установки ipykernel в ядрах ноутбуков Jupyter появились две опции?
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.
Источник: https://stackoverflow.com/questions/780 ... ling-ipyke
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.
Источник: https://stackoverflow.com/questions/780 ... ling-ipyke
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Внезапно невозможно использовать среды Python для ноутбуков Jupyter в VSCode.
Anonymous » » в форуме Python - 0 Ответы
- 17 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Разместите пандас DataFrame из ноутбуков Jupyter в проблему переполнения стека
Anonymous » » в форуме Python - 0 Ответы
- 2 Просмотры
-
Последнее сообщение Anonymous
-