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
Continuing #420 - I use the extension in Cursor. It spell checks Markdown chells correctly, but in Python code cells, method names and named arguments are underlined as errors:
The text was updated successfully, but these errors were encountered:
dandv
changed the title
Spell checking in Jupyter notebooks should ignore method names in code cells
Spell checking in Jupyter notebooks should ignore certain names in code cells
May 21, 2024
I'm not sure what you're actually asking: disabling spellcheck in the code cells entirely, or ignoring spellcheck error in the code part of the code cell but keep it for comments.
If it's the latter, the problem is that the extension currently can't distinguish between external/3rd-parties "words" (which ought to be ignored) and typo in the code itself (which should be warned about). Maybe the issue I opened a few weeks ago (#3243) could help with that (depending if there is a language server involved in jupyter notebooks, or not).
Continuing #420 - I use the extension in Cursor. It spell checks Markdown chells correctly, but in Python code cells, method names and named arguments are underlined as errors:
The text was updated successfully, but these errors were encountered: