Add code cell numbering for completed notebook cells

When working in a notebook within the AI Data Platform, a cell turns white when executed. Although this indicates that the cell has completed running, it becomes difficult to track the execution order, especially in larger notebooks.
This lack of visual feedback makes it easy to lose track of which cells have been executed and in what sequence. As a result, developers may unintentionally skip cells or run them in the wrong order, leading to errors and confusion.
A potential improvement would be to display numbered indicators (e.g., [1], [2] ) next to each cell upon completion, similar to how JupyterLab handles cell execution order.
This would greatly improve usability and less chance of making mistakes in complex notebooks.
Comments
-
Thank you for the great idea
2