While working with Jupyter Notebooks, Cursor can no longer generate more than two lines of code. Previously I was able to prompt Ctrl+K inside a python cell and instruct about the code, which I wanted to be generated. Now it is stuck up to two lines.
Steps to Reproduce
Create an Jupyter notebook .ipynb file
In a code cell prompt for a code generation (i.e.Ctrl+K and instruct to create a Fibonacci sequence)
Observe it generating two lines and
Display a Generating… message
Expected Behavior
Generate the requested code in the cell I am working on
Dear Colin, thank you for taking care of this bug! Can you please provide an issue reference or any other means so I can track when it’s eventually resolved.
This Jupyter code generation issue seems to be imgerging because of the the bug in this version of Cursor. You should try updating this version. ANd it will start working normally….
Also experiencing this. I noticed it first in a notebook, but it’s happening even on non-notebook files; was able to reproduce on a blank text file in an empty new project. I’ve been able to work around it for now by inserting a blank comment line and highlighting that before hitting cmd+k.