Skip to content

Commit

Permalink
Don't uncomment ipynb raw cells
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 27, 2023
1 parent 97f73cc commit ebc8183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jupytext/cell_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ def find_cell_end(self, lines):
if self.metadata.get("active") == "":
del self.metadata["active"]
self.cell_type = "raw"
self.comment = ""
else:
self.cell_type = "code"

Expand Down

0 comments on commit ebc8183

Please sign in to comment.