JuliaPluto / PlutoSliderServer.jl

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

Don't allow requests to notebooks while they are updating #53

Closed fonsp closed 2 years ago

fonsp commented 2 years ago

Don't allow requests to notebooks while they are updating. (Updating: When watching a folder, and a notebook's file changed.)

fonsp commented 2 years ago

Tests are failing because https://github.com/fonsp/Pluto.jl/commit/f094e02fe76b670a504a90320c4081c13632fc81 is not yet released