Issue
I am having a weird problem. When I edit a Jupyter Notebook for a while, the arrow keys would suddenly stop working for a particular cell. However, the CTRL-arrow keys and all other keys would continue to work. Further, other cells are not affected.
One cumbersome workaround is creating a new cell and copying and pasting the contents from the affected cell. As you see, this is highly inconvenient.
I feel like VS Code gets into some odd state, but I don't know how to escape it. I would appreciate it if anyone knew how to recover from this.
Solution
I found an answer here: https://github.com/microsoft/vscode-jupyter/issues/13263#issuecomment-1495291228. I found an extension (Kite) showing an error (in the OUTPUT window). I disabled Kite and all is good for me so far and the problem has not returned. Of course if you really need an extension that is giving this type of error you would obviously need to correct the problem instead of just disabling the extension.
Answered By - VTT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.