mholub
Mmarimo
•Created by mholub on 9/23/2024 in #help-support
How do I refresh marimo notebook when modified externally?
Hello people, I learned about Marimo just 1h ago, haven't really read docs yet, so pardon my ignorance
My usecase is the following:
I have paid subscription to AI provider which has its own extension for VS Code/Rider, other IDEs (in my case it's Cody but it doesn't matter).
I would like to use it with Marimo notebooks.
I see that VS code extension is not there yet so my next idea is to use main browser interface and occasionally interact with source file directly from VS Code without the marimo extension. So to edit python file directly (using AI or manually, doesn't matter)
This doesn't work for me right now cause whenever I make changes to source file - marimo doesn't see it until I restart kernel
is there a way to tell it that file is modified somehow? maybe send some HTTP request from vs code.. or something.. or press some hotkey inside marimo to reread the file contents (but don't restart the kernel)
4 replies