Creating a Virtual Environment within a Jupyter Notebook!

preview_player
Показать описание
Tutorial on creating a virtual environment within a Jupyter Notebook. Please note that even though the video was made using a Window's Command Prompt, Linux and Mac users can also follow along.

CONNECT:

|-Video Chapters-|
0:00 - Intro
0:05 - Definition of python virtual environments
0:26 - Use cases for virtual environments
1:53 - Creating a virtual environment with venv
2:34 - Activating the virtual environment
2:59 - Installing packages within the virtual environment
3:34 - Creating a kernel for Jupyter
4:08 - Deactivating the virtual environment
4:23 - Opening Jupyter and changing kernels
5:16 - Removing the virtual environment kernel from Jupyter
5:50 - References and additional learning
Рекомендации по теме
Комментарии
Автор

Crisp and concise. What I was looking for. Thanks!

DeepakKumar-cxtr
Автор

This video is gold. Thanks so much man.

Isaac-nvoj
Автор

The notebook is opened from the base kernel and later the kernel was changed to virutal environment, cant we open the jupyter notebook directly from the virutal environment itslef and run. and also i have created my virtual env un D folder

vijaybhargavkarnati