**Describe the bug** PR #676 did not fix the tutorial, there is a wrong keyword: ```python conditions = {"data": Condition(input=x, output=y)} ``` should be replaced with: ```python conditions = {"data": Condition(input=x, target=y)} ```