sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.14k stars 207 forks source link

Fetch additional output is unexpected for progress indicators #7664

Open novoselt opened 1 week ago

novoselt commented 1 week ago

image What happens (I guess) is that updating progress indicator generates a lot of output rewriting old lines, but from the user's perspective only a few lines are there. No idea how easy it is to implement a solution, but it would be nice not to click the button to see the progress.

novoselt commented 1 week ago

Extra point - because I was clicking that button, the focus was on the cell with long computation. If I clicked Shift+Enter without noticing it, I would restart the long computation instead of using its result in the next cell.

williamstein commented 1 week ago

this is probably related to https://github.com/sagemathinc/cocalc/issues/7164