gunnarvoet / watchmagic

Add cell magic to IPython to re-evaluate notebook cells on file changes.
GNU General Public License v3.0
3 stars 2 forks source link

watched cell blocks other cells #1

Open voland62 opened 3 years ago

voland62 commented 3 years ago

It seems like cell with %%watch works like showstopper for cells below. Is it at all possible to make it work "anachronistically" - not blocking other "threads"?...

gunnarvoet commented 3 years ago

I am not sure this is generally possible in Jupyter notebooks at the moment but would be an awesome feature! Feel free to look into it :)