Skip to content

Latest commit

 

History

History

jupyter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example of how to use GoodData Python SDK in notebooks

Jupyter is used in this demo.

Before you start

Read Getting Started. Create a profiles.yaml file declaring your GoodData endpoint and credentials(token).

Setup Environment

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run the notebook

Execute the notebook e.g. this way:

jupyter notebook report_execution.ipynb