SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Gnome-terminal returns 'name V is not defined' every so often

Open Auerilas opened this issue 8 years ago • 1 comments

It doesn't happen every time, but every so often when I ctl+enter code into the gnome-terminal, I get:

In [4]: V

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-4-425a3e9d2289> in <module>()
----> 1 V

NameError: name 'V' is not defined

If I then hit ctrl+enter on the same code, it'll run fine. Not sure what's going on there.

Auerilas avatar Oct 20 '17 16:10 Auerilas

It may happen when you release the ctrl key too soon. It is unfortunately a limitation of Linux terminals.

randy3k avatar Oct 21 '17 04:10 randy3k