If `trace_resultp = True`, then cell breaks with AttributeError: ``` AttributeError: 'ContextVariables' object has no attribute '_variables' ``` Change from ``` print("Input vars:", step._parameters._variables) ``` to ``` print("Input vars:", step._parameters.variables) ```