Is it possible both to exit and run the Python IDLE in one step? If so, what steps should I take to do this?
I want to do something similar to Shell -> Restart Shell (Ctrl+F6) in Windows IDLE. I could do Ctrl-D, up-arrow, enter but I'd like to do this in one step.
The following didn't really answer my question... How do I restart the IDLE Python Shell in Linux?