See discussion in #33
What we want:
- get rid of working dir and python program path parameters, only keep the python program (URL) parameter
- only support file URLs and jar URLs
- if file URL, enable the editor and run as a python program file
- if jar URL, disable the editor and run as a python module
We should probably also check if a file: file is writable and not allow the editor if it is not.