Skip to content

MunumButt/insights-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insights Data Exploration Notebooks

This repository contains notebooks aimed at exploring the data provided by Elexon related to UK power markets via its Insights API

Getting started

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.txt

On Windows

git clone https://github.com/MunumButt/insights-exploration
cd insights-exploration
uv venv
.venv/Scripts/Activate
uv pip install -r requirements.txt

You should now be able to run the notebooks

About

Collection of notebooks for exploring UK power markets data from Elexon Insights API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published