vscode-jupyter: Clear cell output doesn't always work
- Create a cell with this code (this code is from one of our native notebooks tests)
print("Start")
import time
for i in range(100):
time.sleep(0.1)
print(i)
print("End")
- Execute it
- While it’s running and appending to output, execute ‘Clear All Cells Outputs’ a bunch of times
- Eventually the cell will stop updating with output while continuing to run
- Rerunning the cell will get it into a state where it never completes
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (16 by maintainers)
Fixed in https://github.com/microsoft/vscode/issues/121687