-
python 3.10+
-
pip
-
venv
-
Clone o repositório e faça:
python3 -m venv .env
source ./.env/bin/activate
pip install -r requirements.txt
python -m ipykernel install --name=.env
jupyter lab <notebook>.ipynb
Em seguida selecione o kernel .env
e execute as células do notebook (note que já apresentamos nossa última execução).
Se forem feitas mudanças no notebook que devem ser salvas, faça:
jupytext <notebook>.ipynb --to py:percent