From 7d1bdcffb6e2effe0b10025b52f92a9a92ca51d8 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Mon, 22 Jul 2024 14:39:42 +0430 Subject: [PATCH] fix : minor edit in notebook_to_html.py --- Otherfiles/notebook_to_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Otherfiles/notebook_to_html.py b/Otherfiles/notebook_to_html.py index d4274bc1..7344bc17 100644 --- a/Otherfiles/notebook_to_html.py +++ b/Otherfiles/notebook_to_html.py @@ -19,7 +19,7 @@ "Example7", "Example8"] -MAIN_DOC_LIS = ["Distance", +MAIN_DOCS_LIST = ["Distance", "Document"] NOTEBOOK_EXTENSION = ".ipynb" @@ -41,7 +41,7 @@ print("Documents:") print("Processing ...") - for index, notebook in enumerate(sorted(MAIN_DOC_LIS)): + for index, notebook in enumerate(sorted(MAIN_DOCS_LIST)): notebook_path = os.path.join( DOCUMENTS_FOLDER_PATH, notebook + NOTEBOOK_EXTENSION) notebook_copy_path = os.path.join(