Execute cell numbers are higher than actual

Execute actual cells in jupyer notebook. This is OK.

Execute more than actual cells in jupyer lab in same .ipynb. After long time ago, the same output and the same executed cell number are shown between jupyter notebook and jupyter lab. But cells should be executed and stopped at NO.891 rather than NO.1784. NO.891 is the final cell.

Someone here posted that disabling the variable inspector (@lckr/jupyterlab_variableinspector) fixed their case.
They posted it as an answer there.

Thank you!!!

I solve this problem by “jupyter labextension disable @lckr/jupyterlab_variableinspector”

1 Like