Skip to content

Commit 7b212d2

Browse files
committed
Don't uncomment ipynb raw cells
1 parent bfcbbe4 commit 7b212d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jupytext/cell_reader.py

+1
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ def find_cell_end(self, lines):
862862
if self.metadata.get("active") == "":
863863
del self.metadata["active"]
864864
self.cell_type = "raw"
865+
self.comment = ""
865866
else:
866867
self.cell_type = "code"
867868

0 commit comments

Comments
 (0)