In the documentation at http://ipython.org/ipython-doc/dev/interactive/tips.html it says to put a semicolon (;) at the end of a command to suppress its output. This does not seem to work in my case as even a
>>> \>>> print('Hello');
--> 'Hello'
Do I have the wrong idea of output suppression or is this a bug? This is especially annoying when working in pudb, as it flashes horribly in my case as I press 'next' or 'step into'.
P.S the output is neither on my ubuntu ipython 0.10 nor osx lion ipython 0.11 supressed. Although the flashing issue is worse in osx, probably because of item2.