Description
Direct editing of notebook files in your text editor of choice, with side-by-side rendering of notebook outputs. This ticket is for the first iteration which does not need to include deep integration with vim/pycharm/etc, just yet.
Instead we can allow editing the file and pushed changes to the marimo editor on save.
Suggested solution
marimo edit --watch. This will watch any files being edited (polling or watchdog if installed). When the file changes, we resolve the diffs and send updates to the marimo editor.
Alternative
No response
Additional context
No response
Description
Direct editing of notebook files in your text editor of choice, with side-by-side rendering of notebook outputs. This ticket is for the first iteration which does not need to include deep integration with vim/pycharm/etc, just yet.
Instead we can allow editing the file and pushed changes to the marimo editor on save.
Suggested solution
marimo edit --watch. This will watch any files being edited (polling or watchdog if installed). When the file changes, we resolve the diffs and send updates to the marimo editor.Alternative
No response
Additional context
No response