-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
Description
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