jupyter / nbformat

Reference implementation of the Jupyter Notebook format

Home Page:http://nbformat.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dirty cell flag

davidbrochart opened this issue · comments

I'm not sure this is the right place, but I think it would make sense to add a dirty cell flag to indicate that the cell input has been changed after the cell was run, meaning that the output is not the result of the execution of the input.
JupyterLab will soon have a dirty cell visual indicator for that, but I think it should even be part of the Notebook format (see jupyterlab/jupyterlab#10296 (comment)).