python3 -m venv venv
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
jupyter notebook
deactivate
python3 -m venv venv
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
jupyter notebook
deactivate