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

Reload the notebook when the file changes on disk #2675

Open
ibash opened this issue Oct 19, 2024 · 0 comments
Open

Reload the notebook when the file changes on disk #2675

ibash opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ibash
Copy link

ibash commented Oct 19, 2024

Description

Neovim is my editor. When I edit a marimo notebook file and save it in vim, I would like marimo to reload with my changes.

Note that I am not editing external modules, but the marimo notebook directly.

It's not necessary to auto-run cells. I'm happy to run them manually.

Note that I think listening to file changes on disk is better than a direct neovim integration, because listening to file changes would allow integration with other tools.

Related to #998, however only module reloading was implemented.

Suggested solution

Watch file changes to the notebook file on disk. When a change is detected update cells and mark which cells are outdated.

Alternative

No response

Additional context

No response

@ibash ibash added the enhancement New feature or request label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant