muscle_dashboard is a Panel based dashboard for log parsing and debugging of MUSCLE3 simulations.
Quick developer installation guide
git clone [email protected]:multiscale/muscle3-dashboard.git
cd muscle3-dashboard
python3 -m venv ./venv
. venv/bin/activate
pip install -e .[dev]
pytest# make sure your virtual environment is activated
muscle_dashboard path/to/my/muscle/simulation/workdirCopyright 2026 ITER Organization. The code in this repository is licensed under the Apache-2.0 license