
pyruns: a local-first Web UI for running and organizing Python experiments
If you often do things like: tweak a few parameters and rerun the same script over and over keep shell commands in terminal history and lose track of what actually worked run multiple experiments at once and end up with mixed, unreadable logs want lightweight experiment management without pushing your workflow into a heavyweight cloud platform then Pyruns might be worth a look. What it is Pyruns is a local-first experiment workspace for Python scripts and shell tasks. It is built around a simple idea: experiment tooling should stay close to the way people already work That means: keep using your own scripts keep using your own terminal and conda environment keep everything local keep task configs, logs, notes, and run history on disk in a predictable workspace What it does visual parameter editing for Python script workflows batch task generation in form mode YAML-based single-task editing shell task management with host-terminal semantics task search, filtering, rerun, delete, pin, an
Continue reading on Dev.to Python
Opens in a new tab



