This repo contains various scripts and jupyter notebooks related to Balancer and Maxis
- Create venv by
python3 -m venv venv - Activate venv by
source venv/bin/activate - Install requirements by
pip install -r requirements.txt - Run jupyter lab by
jupyter lab
After that jupyter lab is running and it should open in browser
Alternative, you can run it in Pycharm by simply pressing a button in the top right corner