by @alexgcsa
The material can be accessed via Google Colab Notebooks:
Alternatively, if you want to run it locally, we suggest you use Anaconda (or Miniconda) to manage a virtual environment and install dependencies.
$ conda create -n workshop_ml
$ conda activate workshop_ml
$ conda install python=3.10
$ pip install -r requirements.txt
If you need to run under this environment at any time, use the following command to activate it and open the notebook:
$ conda activate workshop_ml
$ jupyter notebook