Labtasker makes lab experiment wrapper scripts smarter with task prioritization, failure handling, halfway resume and more: just change 1 line of code.
TLDR: Replace for
loops in your experiment wrapper script with labtasker to enable features like experiment parallelization, dynamic task prioritization, failure handling, halfway resume, and more.
For detailed examples and concepts, check out the documentation.
- Easy configuration and setup.
- Versatile and minimalistic design.
- Supports both CLI and Python API for task scheduling.
- Customizable plugin system.
To install client tools:
pip install labtasker
or
pip install git+https://github.com/fkcptlst/labtasker.git
For detailed information on demo, tutorial, deployment, usage, please refer to the documentation.