I am the author of an open source build utility called Spotless which allows live-reloading of Javascript in Spotfire while iterating on ideas.
I would like to also live-reload the IronPython, and I already have the code written to do this.
Due to your code signing mechanism, IronPython's "exec" functionality does not work as any new code is considered unsigned.
Please implement a "Development Mode" which disables all verification of script signatures until disabled.
This will greatly increase developer productivity locally. Thank you.