I am using elpy to run python in emacs. When I press C-RET on a command in myfile.py, it prints the output of that command to the python shell below.
Is it possible for it to print 1+2
before printing the response 3
? I think it would be a bit easier to track my shell output that way.