ipython console not updated

Hello,

Great plugin!

Plugin itself seems to work - after pressing on a single line/block a message in statusline appears and qtconsole's/ipython consoles context is updated, but the output is not rendered in ipython (qt)console. Is it the desired behavior?

For example, sending:

x = 2
print x

Ipython console does not print anything, after hitting enter it notices extra line numers and I can refer to x etc.

In [3]: print x
Out[3]: 2