fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Cell running forever #2904

Open fonsp opened 2 months ago

fonsp commented 2 months ago

Sometimes, in a large notebook, running a cell with many dependencies will leave the cell running forever:

image

But refreshing the browser fixes the issue.

In some cases, the cell also shows up in the Status tab, but not always.

This was Pluto 0.19.41, the cell had classlist show_input activate_animation running and it was queued=false, running=true in the statefile.

fonsp commented 1 month ago

https://github.com/fonsp/Pluto.jl/pull/2926 to help debugging