JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

Get visual feedback about notebook running status #121

Closed disberd closed 9 months ago

disberd commented 1 year ago

As discussed on zulip, it would be very helpful to see which cells are running on the notebook on the server especially for long running computations.

Another interesting point raised on discourse would be having the possibility of relaying logs back to the clients, though I am not sure how feasible or easy that is.

Tagging @ctrekker as he mentioned the first part would be rather simple to implement.

ctrekker commented 1 year ago

Linking #64 and fonsp/Pluto.jl#2130