Inicializar python enviroment para jupyter notebook no vscode python3 -m venv .venv source .venv/bin/activate python3 -m pip install jupyter ipykernel python3 -m ipykernel install --user --name=jupyter --display-name "Python (.jupyter)" pip3 install -r requirements.txt