Run a numm program
numm-run FILE
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.