Cursor does not appear to have any awareness of when edits are being applied to Jupyter notebooks. For example, when I ask a question inline via ctrl-K, the suggested result includes all of the contemplation cruft which obviously breaks the code in the cell.
Similarly, when working on markdown cells, every line is prepended by a hashmark, suggesting that it thinks it is editing a code cell.
Thus, it appears that Cursor does not have sufficient context when working in Jupyter. Is this something that developers are aware of?