Jupyter Notebook cell execution_count not cleared when clearing output of cells #237299
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
notebook-serialization
Milestone
import os
print(1234)
execution_count
1 and 2 displayed for the first and second cells respectively (in JSON)execution_count
should now benull
for both cellsThe text was updated successfully, but these errors were encountered: