notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Reload .ipynb notebook when the file changed

Open szymonmaszke opened this issue 7 years ago • 5 comments

Is it possible for the notebook to autoreload currently opened file if it has been changed by some other software?

For example:

  1. Start foo.ipynb from CLI using jupyter notebook foo.ipynb
  2. Modify foo.ipynb JSON file and save it
  3. Jupyter browser view updates after this event

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?

szymonmaszke avatar Dec 11 '17 04:12 szymonmaszke

Without a popup would be nice.

michaelfresco avatar Mar 02 '18 08:03 michaelfresco

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.

hihihippp avatar May 30 '19 01:05 hihihippp

This functionality would be great when paired with jupytext!

zachwill avatar Aug 30 '19 15:08 zachwill

Maybe some day.

SamuelKurtzer avatar Nov 21 '19 13:11 SamuelKurtzer

Is there any news on this? Autoreload is still missing after 5 years.

g33kex avatar Sep 19 '22 19:09 g33kex