Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 523 Bytes

File metadata and controls

21 lines (12 loc) · 523 Bytes

Usage

Python Version

This package requires python version >=3.10.

Poetry

Run poetry shell and poetry install.

Pip

Create a venv and install the package into the venv via pip install . together with pip install jupyterlab

Example

Start the jupyter server via jupyter lab and run the notebook under examples. To make proper use you need to have a riot api key. Further information can be found in the notebook.

Note

This package is not availabe in pypi so you have to build it locally.