SendCode
SendCode copied to clipboard
Gnome-terminal returns 'name V is not defined' every so often
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.
It may happen when you release the ctrl key too soon. It is unfortunately a limitation of Linux terminals.