Create Python Virtual Environments To Use In Jupyter Notebook (with VENV and CONDA)

Опубликовано: 15 Май 2026
на канале: Giraffa Analytics
299
15

I'm demonstrating HOW to easily create and manage a Python virtual environment from either Windows or Linux machines with the venv module and with conda, and most importantly for a data scientist, access the virtual environment from a Jupyter Notebook!

I'm explaining WHAT are virtual environments and highlighting the benefits of using python virtual environments when working on data science projects.