uclixnjupyternbaccessibility / accessibility_toolbar

An Accessibility Toolbar for Jupyter Notebooks
6 stars 2 forks source link

Cells run after an error cell when extension is enabled #7

Open psychemedia opened 4 years ago

psychemedia commented 4 years ago

If the accessibility toolbar is enabled, I'm getting some odd behaviour with cells running, under Run All, after a cell that throws an error (and that would ordinarily halt execution) after a markdown cell with header.

I'm also running various other extensions, eg skip-traceback and collapse headings, which may be interacting somehow, though I can't figure out how?

Puzzling...