Jupyter is used in this demo.
Read Getting Started. Create a profiles.yaml file declaring your GoodData endpoint and credentials(token).
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Execute the notebook e.g. this way:
jupyter notebook report_execution.ipynb