I updated to Version: 0.50.5 and Cursor stopped suggesting completions and code in Jupyter cells, which it did until today?
Is there any set up that the update turned off?
I have attached a screen capture to illustrate what I mean. In the screen capture, I would expect Cursor to suggest
import pandas as pd
but there is no suggestion
And just to add clarity, installed vscode, set it up quickly and the attached figure illustrates the expected behaviour, where I have only typed
im
and the editor suggests
import numpy as np
Yes, same thing happened to me, and I had not updated cursor. On all my machines, as of May 22, 2025, cursor no longer autocompletes in Jupyter notebooks. Autocompletion works fine in .py files. I have restarted cursor, computer, signed out and in. Autocompletion in notebooks still doesn’t work.
okay, let’s wait then see if they fix it. I am in VScode right now and works perfectly
Update: it works again as of 5/23/2025.
1 Like
Right, I just updated to version 0.50.6 and autocompletion now works in notebooks.
You could say that it works a bit too well. I typed the comment, hit enter, it suggested the start of the for loop. I tabbed through the first print statement, and now it suggests a few more!