We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3670f + 746ab98 commit 1b61719Copy full SHA for 1b61719
1 file changed
ipy_view.py
@@ -521,6 +521,7 @@ def delete_current_cell(self, edit):
521
522
self.update_notebook_from_buffer()
523
self.notebook.delete_cell(cell_index)
524
+ self.cells[cell_index].teardown(edit)
525
del self.cells[cell_index]
526
for cell in self.cells:
527
if cell.index >= cell_index:
0 commit comments