-
Notifications
You must be signed in to change notification settings - Fork 819
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedYour expertise is better than ours, we would love your helpYour expertise is better than ours, we would love your help
Description
Description
It would be great if we can extend marimo to work with arbitrary editors. One main gripe I've had with ipynb is being forced to use their editor. However, since marimo scripts are plaintext, it should be possible to detect filesystem changes and automatically update a UI based on code edits from another editor.
Simultaneously, this would make it much easier to do code completion with language servers in a way that it would be hard to for marimo to do, e.g. build a totally independent code editor.
Suggested solution
have a filesystem watcher run on a file, and automatically update / rerun cells as in marimo edit according to file mutations.
Alternative
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedYour expertise is better than ours, we would love your helpYour expertise is better than ours, we would love your help