Загрузка страницы

Using anaconda virtual environment inside a jupyter notebook

Created and recorded by Jaysinh Parmar. June 2021

1. Show the list of conda virtual environment

conda env list
2. Create a new virtual environment named trial

conda create --name trial
3. Activate the new env

conda activate trial
4. Install ipykernel

conda install -c anaconda ipykernel
5. Add the trial kernel in jupyter

python -m ipykernel install --user --name=trial
6. Launch jupyter notebook

jupyter.exe notebook
7. Open/Create a jupyter notebook and change kernel to trial inside the kernel/change kernel

8. You should see the name of conda env (trial) on the right

9. Thank you for watching!

Видео Using anaconda virtual environment inside a jupyter notebook канала buckmasterinstitute
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
15 июня 2021 г. 1:53:00
00:04:35
Яндекс.Метрика