sagemathinc / cocalc

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

sagews cell output that is quickly deleted reappears #1852

Closed DrXyzzy closed 1 week ago

DrXyzzy commented 7 years ago
  1. Open sage worksheet.
  2. Enter n? in a cell and click Run to see docstring.
  3. Immediately (within a couple seconds of running the cell) click delete output button.
  4. Wait a second or two and output reappears.
williamstein commented 7 years ago

Heh -- this is caused by the code that ensures output appears even if the user closes their browser. It makes perfect sense (i.e., given how things are implemented) that this weird behavior would happen... Ugh.

williamstein commented 1 month ago

Tagging this as wontfix, because it will be fixed indirectly by creating a sage worksheet style mode (and kernel) for Jupyter notebooks. That will be https://github.com/sagemathinc/cocalc/issues/6374.