Skip to content

Direct editing of notebook files in your text editor of choice, with side-by-side rendering of notebook outputs #3114

Description

@mscolnick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions