File unsupported on Jupyter notebook

I generated some code and trying to apply to my codebase, however after click Apply, I got a pop window says File unsupported…Anyone got similar issue ? There is my enviorment

Selected Jupyter core packages…
IPython : 8.25.0
ipykernel : 6.28.0
ipywidgets : 7.8.1
jupyter_client : 8.6.0
jupyter_core : 5.7.2
jupyter_server : 2.14.1
jupyterlab : 4.0.11
nbclient : 0.8.0
nbconvert : 7.10.0
nbformat : 5.9.2
notebook : 7.0.8
qtconsole : 5.5.1
traitlets : 5.14.3

15 Likes

I’m experiencing the same issue. Let me know if you’re able to figure anything out. I really hope they resolve this soon!

4 Likes

Me 2, and it was the main reason to subscribe as most of my code is in Jupyter Notebooks as well … really unfortunate.

2 Likes

Also experiencing this issue

Im getting the same error

I currently can’t use cursor to generate code for Jupyter Notebook, as this feature is not yet supported.

What you can do and sometimes help is : select the cell code and add to chat ( Cmd + Shift + L or equivalent) ask for edit/fix.etc

the result should have a Run as Cell option, that inserts after the active cell a new cell with the code.

It’s far from perfect but it works for some use cases when you get used.

What helped with my Notebook “addiction” as well is to move complex code to a single .py file and import it, being able to use more of Cursor features in this compound way productively.

Still. I want and expect being able to use full cursor features in a Jupyter notebook, or whoever solves that thanks to the beauty of SaaS, Open Source, competition and developer adaptability :slight_smile:

As currently even with py files the code apply is not always working ( with Chat or Composer ) and could not find why, I am still business “happier” ( more productive ) and keep wishing for a continued growth of Cursor ! :four_leaf_clover::mechanical_arm:

1 Like

Same issue here.

same issue “file not supported”

Would love to be able to use Jupyter Notebooks with Cursor (integral to my development flow), but “Apply” in Chat doesn’t work for a Jupyter Notebook with error “File unsupported”. It would be great if Cursor could apply it’s suggestion not only to “.py” files but also “.ipynb”.

ya now Cursor works partly within a notebook cell, but the chat/edit/tab seems have no context of codes in other cells, not quite convinent for now.
Really hope Cursor could make more progress with jupyter/data-analyst/ML users’ pipline.

If you find this post hoping to get Cursor to better support Jupyter Notebooks make sure to upvote this feature request :point_right: Jupyter Notebook support

@Sonified @parisneto @smudit @cehenderson @supdizh

1 Like

Would like cursor support for jupyter notebook “Apply”!

jupyter notebook support is critical for data sci. please add!

Same issue here!