bump. this would be a gamechanger.
definitely want this feature!
Yes, please implement this!!
Any updates or ETA for this feature?
+1 for more Notebook support including working Apply.
Much needed. Please release this feature ASAP
Yes, please add support for Jupyter notebook edits!
+100 from the ghost of thanksgiving past
we hear you! will make sure this get discussed internally
Me too
I’ll join the chorus - I live and breathe in jupyter notebooks even when I’m not doing datasci work, it’s a great way to do quick and dirty dev/testing. Can’t get this integration/support implemented soon enough!
Thanks for everything, Cursor is improving so fast it’s dizzying. Yall are crushing it
Really would like to have this feature!
Cursor has spoiled all other dev envs for me. so yeah, support would be awesome. Cheers!
desperately need this, and ideally debugging support for cells!
Throwing my hat in with this.
Please add first class jupyter notebook support!
Please include this feature so that changes from Cursor can be applied to Jupyter notebook.
Would love to use Cursor Composer with .ipynb
The support for Jupyter Notebook is absolutely crucial for me! As a data analyst, I complete almost all of my code work in notebooks. This feature is not just a ‘nice-to-have’ - it’s essential for my daily workflow. I cannot stress enough how desperately I need this functionality! This would be a game-changing feature that would significantly improve my productivity. Please consider prioritizing Jupyter Notebook support as it’s a critical tool for the entire data science community!"
plus 1
For now one hack that might be possible is to use nbdev to write to equivalent python scripts, apply the patch to the generated scripts, and then sync the changes back to the notebook.
see Synchronize and diff | nbdev and Fix merge conflicts | nbdev for more