You can find all the examples in the notebooks/
folder.
They are organised in folders with some supporting Python modules.
You have three options to setup the environment for this project.
-
Github Codespaces
- On the GitHub repository page, click on the green 'Code' button then 'CodeSpaces' > 'Create codespace on master'.
- Once the environment has booted succesfully. Run
pip install -r requirements.txt
to install dependencies.
-
VSCode (using devcontainer)
- On the GitHub repository page, click on the green 'Code' button then 'CodeSpaces' > 'Create codespace on master'
- Once the environment has booted succesfully. Run
pip install -r requirements.txt
to install dependencies.
-
VSCode (setup the environment yourself)
- Make sure you have Python 3.11 and Poetry installed
- Export a
requirements.txt
from usingpoetry export --without-hashes > requirements.txt
pip install -r requirements.txt
to install dependencies.
The slides I used during the presentation: https://docs.google.com/presentation/d/1jxldt1T3rxkFREqj8kmNAB4SDiUFTCkr/edit?usp=sharing&ouid=101576060927276604405&rtpof=true&sd=true