This repository contains notebooks aimed at exploring the data provided by Elexon related to UK power markets via its Insights API
Assuming you have already installed the excellent UV package manager
On Ubuntu
git clone https://github.com/MunumButt/insights-exploration
cd insights-exploration
uv venv
source .venv/bin/activate
uv pip install -r requirements.txtOn Windows
git clone https://github.com/MunumButt/insights-exploration
cd insights-exploration
uv venv
.venv/Scripts/Activate
uv pip install -r requirements.txtYou should now be able to run the notebooks