Jupyter Notebook support

Me too. Let’s get notebook support

me too. and just voted. It would be nice to use composer with notebook, running cell by cell, and continue from the last running cell.
This would be a killer features…

as a data scientist I agree this feature would be amazing. Ultimately, we want to take our analyses into python scripts but the notebook is key for understanding data to begin with.

this may be out of scope – but a tool that “productionizes” or at least makes a notebook “reproducible” by making it a small bit of python code would be incredible. I’m imagining completing what I can of an analysis for the day, and then asking the agent to do some work on the directory and notebook to mitigate my normal idiocy (hardcoded paths, circular cell dependencies, constants defined in cell 50, and other stuff I know I shouldn’t do but I do). it would auto-magically create that classic data-science directory:
data/
src/
notebooks/
reports/
summary.md

Bump, I would also love Jupyter support

This would be the greatest upgrade yet to come to Cursor. Please make it happen

+1 from me.

Would love to be able to apply changes within a Jupyter Notebook, which I use a lot for debugging and small projects.

+1 Would, love support for Jupyter Notebooks

Hey everyone, I believe there is already Jupiter notebook support to some extent, but some features may not work correctly.

Can someone confirm what the current state of this looks like as I’m not a notebook user myself?

As there seems to be a lot of demand for this, I can bring up internally what features people want most in the notebooks that aren’t currently available.

Please. I see the agent does not work with jupyter notebooks yet.

You can’t apply edits to the contents of a Jupyter cell, which can be particularly tricky if the provided diff is partial and you need to carefully copy and paste over the correct part of the existing code.

I’d like to add my voice to supporting this one! Just the ability to apply edits to a cell or multiple cells would be huge, but being able to use cell output as context would be a step change in productivity for me and my team.