The collection consists of 2 different types of notebooks:
- Notebook working with general flow data: TOP-N.ipynb
- Notebooks working with specific application data: all other notebooks
The notebooks were created and tested on python3.11
Required modules can be installed with the command (run from root of the repository):
pip install -r requirements.txt
Optionally the user can create a virtual python enviroment and install the packages there.