1. Diagnose an out-of-order analysis notebook
Data scientistBackground
A notebook prints a model in an early document cell, but the model is defined in a later cell. The notebook may only work because the cells were previously run in a different order.
Problem
Identify the execution dependency and inspect the notebook in the order in which its cells actually ran.
How to use
Paste the notebook JSON, select Execution order, and keep Markdown comments enabled.
cellOrder: execution; includeMarkdown: trueOutcome
The output presents the cells in execution-count order and reports the out-of-order use of the model.