You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: