Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works with VS Code, doesn't work with Cursor #54

Open
astr0gator opened this issue Nov 9, 2024 · 4 comments
Open

Works with VS Code, doesn't work with Cursor #54

astr0gator opened this issue Nov 9, 2024 · 4 comments

Comments

@astr0gator
Copy link

astr0gator commented Nov 9, 2024

Any hints how to make it work with Cursor? Yes, it's a fork and every single extension works for me so far.
As for the error, looks like server fails to to start. When I add a cell I get this error:

Failed to save 'sandbox.py': Cannot read properties of undefined (reading 'key')
The file with app = marimo.App() is successfully created though.

And a short double check. Is my understanding correct that with VS Code we can only operate in edit/command mode?
When I run marimo notebook I can only add/edit cells in py file with a standard jupyter approach, but can't use right pane for adding/editing, only for viewing.

Thanks

@mscolnick
Copy link
Contributor

Any hints how to make it work with Cursor?

Are you seeing errors in cursor? Since they have forked vscode, I am not sure if they have broken any extension APIs or can use the same extensions.

And a short double check. Is my understanding correct that with VS Code we can only operate in edit/command mode?

You can run notebooks in Edit or App mode.

@astr0gator
Copy link
Author

Updated for clarity. Thanks

@mscolnick
Copy link
Contributor

@astr0gator are you still experiencing issues with marimo in Cursor?

@davidgasquez
Copy link

Not sure if it might be the same issue but I was able to make it work by updating the marimo.pythonPath to uv run python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants