Skip to content

Commit 19af0a1

Browse files
committed
Add .ipynb to extension
1 parent 4e1228d commit 19af0a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/package-samples.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ def clear_outputs(path: str) -> str:
8181

8282
try:
8383
files.append(
84-
(path, f'{i + 1:02} - {nb_meta["meta"]["title"]}.json'),
84+
(
85+
path,
86+
f'{i + 1:02} - {nb_meta["meta"]["title"]}.ipynb.json',
87+
),
8588
)
8689
except Exception:
8790
print(path, ' =>\n ', nb_meta)

0 commit comments

Comments
 (0)