Pylance not working

This is not related to the original bug report, please open a new issue and fill-in a proper bug report with your Cursor version, config file, operating system, installed extensions, and any relevant info. This likely is a bug and needs some investigation (maybe you fiddled with your config file in the first place, breaking Cursor’s default config somehow, idk).

Anyway, this thread is not the place to discuss it. This forum is not your local bar where you can slam the door and rant around anywhere. While your frustration is understandable, you likely entered a non-default case, as JPNB Python lang support seems to work out of the box for most users.

FYI, JPNB support is awful in Cursor, with LLMs being dramatically incompetent at working within one, this is a well-known issue, e.g.:

and typing “Jupyter” in this forum’s search bar can give you an idea how bad this is.

What I would recommend you to do if you intend on using Cursor with JPNB is to use VSCode interactive mode. This lead you to have one window with your code and cells, and another one with the cells’ output. A tad cumbersome, but it’s the best option that we found so far in my team. This also has the advantage that cells’ output is not saved in the original code file, which is thus a pure python script (give or take a few %%), ideal for gitting it.