Install dependencies:
pip install -r requirements.txtRun the dashboard:
streamlit run dashboard_pianoroll.pyThis repository uses pre-commit hooks with forced python formatting (black, flake8, and isort):
pip install pre-commit
pre-commit installWhenever you execute git commit the files altered / added within the commit will be checked and corrected.
black and isort can modify files locally - if that happens you have to git add them again.
You might also be prompted to introduce some fixes manually.