Skip to content

Commit f26b656

Browse files
committed
General file update.
1 parent 3aae4f7 commit f26b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nb_to_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def convert_notebooks_to_markdown(notebook_paths, output_dir):
4040

4141
if __name__ == "__main__":
4242
if len(sys.argv) < 3:
43-
print("Usage: python convert_notebooks_to_markdown.py <notebook1.ipynb> <notebook2.ipynb> ... <output_dir>")
43+
print("Usage: python nb_to_md.py <notebook1.ipynb> <notebook2.ipynb> ... <output_dir>")
4444
sys.exit(1)
4545

4646
# The last argument is the output directory

0 commit comments

Comments
 (0)