Is it possible for the notebook to autoreload currently opened file if it has been changed by some other software?
For example:
Preferably without any confirmation popups etc. If it's impossible or requires jupyter's source code modification, than I would like to know whether I could send a signal to the kernel to refresh the page after editing the file?
Without a popup would be nice.
This functionality is necessary.
when using jupytext, to edit the .md and auto update the paired .ipynb, then the notebook in the browser is updated automatically is very important and necessary. otherwise, it is very annoy manually refresh page when updating every time in .md.
This functionality would be great when paired with jupytext!
Maybe some day.
Most helpful comment
This functionality is necessary.
when using jupytext, to edit the .md and auto update the paired .ipynb, then the notebook in the browser is updated automatically is very important and necessary. otherwise, it is very annoy manually refresh page when updating every time in .md.