Scroll to navigation

numm-run(1) User Commands numm-run(1)

NAME

numm-run - 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.
November 2011 numm