load('foo.sage') - Is it possible to display inputs and ouputs to the console?
The load command appears to operate "silently", except for commands that explicitly output to the console (such as print commands).
Is there a way to have inputs and outputs of the commands in the file being loaded to be displayed to the console as if they were entered interactively?
I'm running a console version of Sage 8.1 (binary install) in Windows 7.