Skip to content

Moving PY cells doesn't properly recalculate #53

@fzumstein

Description

@fzumstein
  • Put a PY cell into A1 and A2.

    A1: hello = "hello"
    A2: hello

    This works as expected.

  • Now move A1 to A3: no error is being shown, which is incorrect as hello isn't defined yet in A2.

  • Hit Ctrl+Alt+F9: now the error shows up properly in A2 (NameError: name 'hello' is not defined).

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedThis issue should now be fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions