You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When using code completion in Jupyter notebooks in Windsurf, the suggestions include both code completions and the actual output content from previously executed cells. This creates noise in the completion suggestions and makes it harder to focus on actual code completions.
Steps to Reproduce:
Open a Jupyter notebook in Windsurf
Execute a cell that produces output (e.g., df.head())
In a new cell, start typing code
The completion suggestions include both:
Regular code completions
"OUTPUT" tags
Actual output content from previous cell executions
Expected Behavior:
Code completion should only show relevant code suggestions without including cell outputs or "OUTPUT" tags.
Actual Behavior:
Completions include both code suggestions and cell output content, making it difficult to find relevant code completions.
Environment:
Windsurf Version: 1.94.0
Python Version: 3.10.10
OS: macOS
Additional Notes:
The issue persists even after:
Disabling various Jupyter completion settings
Configuring IPython and Jupyter settings
Modifying notebook-specific settings
This appears to be an issue with how the completion system handles Jupyter notebook cell outputs
this issue is noticed both in Windsurf as well as browser based jupyter notebooks with codeium plugin or browser extension
Screenshot:
The text was updated successfully, but these errors were encountered:
Description:
When using code completion in Jupyter notebooks in Windsurf, the suggestions include both code completions and the actual output content from previously executed cells. This creates noise in the completion suggestions and makes it harder to focus on actual code completions.
Steps to Reproduce:
df.head()
)Expected Behavior:
Code completion should only show relevant code suggestions without including cell outputs or "OUTPUT" tags.
Actual Behavior:
Completions include both code suggestions and cell output content, making it difficult to find relevant code completions.
Environment:
Additional Notes:
Screenshot:
The text was updated successfully, but these errors were encountered: