Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 331 Bytes

File metadata and controls

16 lines (16 loc) · 331 Bytes

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