Skip to content

Commit 2f956fa

Browse files
committed
Now starting conversion to v4.
1 parent fa3265c commit 2f956fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/convert_nbformat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def convert_to_v4(path):
6565
}
6666
}
6767

68-
# validate(nb_new)
68+
validate(nb_new)
6969
# write(nb_new, path)
7070

7171
if __name__ == '__main__':
@@ -80,5 +80,5 @@ def convert_to_v4(path):
8080
continue
8181
print("converting", file)
8282

83-
fix_v3(file)
84-
# convert_to_v4(file)
83+
# fix_v3(file)
84+
convert_to_v4(file)

0 commit comments

Comments
 (0)