numm-run(1) Run a numm program

SYNOPSIS

numm-run FILE

DESCRIPTION

Running a Python script with numm-run is equivalent to insering a call


    numm.run(**globals())

with the addition that if the source file changes, numm-run will reload it and use the newer code for callbacks.