When you hit enter at an Ipython prompt it prints out the repr of the results of evaluating the line. Is there a way to override this behavior to control what gets done. I could change the reprs on all my objects but that is not a great solution. --Tom