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.