#10598 added the possibility to change the ast-interactivity mode for the last assignment of cells.
Though it work only for simple variable assignments.
Should we try to do that for more complex ones like a[0].b = something_else() , probably by copying the LHS of the assignment ?