timholy / ProgressMeter.jl

Progress meter for long-running computations
MIT License
670 stars 89 forks source link

Make compatible with `Pluto.jl` #283

Open jamblejoe opened 7 months ago

jamblejoe commented 7 months ago

Is there any plan to make ProgressMeter.jl compatible with Pluto notebooks? Right now Pluto redirects (some?) text in the REPL to the notebook. But this happens at the end of the evaluation of a cell (no real-time progress shown) and results in more or less gibber.

grafik
MarcMush commented 7 months ago

It looks like using logging (#102) would be needed because of https://github.com/fonsp/Pluto.jl/issues/1988