Skip to content

Error decorations persist in jupyter notebooks (ipynb) after resolution #223

@sfc-gh-catkinson

Description

@sfc-gh-catkinson

When the errors origin lies in a different code cell after resolution the decoration still persists:

Reproducing:

  1. create a new jupyter notebook

  2. create a new code cell containing

    mymessage = "something very interesting"

  3. Create s econd code cell containing

    print(mymessages)

image

  1. Run the two cells , decoration highlights the name error correctly

image

  1. Correct the second cells value to:

    print(mymessage)

  2. Run the second cell. the code runs successfully, but the error decoration persists

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions