- Exercises: https://datadevquest.com/
- Documentation: https://tableau.github.io/server-client-python/docs/api-ref
- Clone this repository
- Build the image:
docker compose build app
- Start docker image:
docker compose run --rm --service-ports app bash
Run the following command to fix styling issues:
$ make fix