Skip to content

Commit

Permalink
use remove_colab_from_a_cell()
Browse files Browse the repository at this point in the history
  • Loading branch information
beachdweller committed Dec 13, 2024
1 parent 89698e6 commit aa255f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/find_in_notebook_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def remove_cell_id_from_nodes(self) -> bool:

for cell in self.gen_cells():
b_write_list.append(self.remove_id_from_a_cell(cell))
b_write_list.append(self.remove_colab_from_a_cell(cell))

return any(b_write_list)

Expand Down

0 comments on commit aa255f3

Please sign in to comment.