diff --git a/build_nb_index.py b/build_nb_index.py index 9ed5bc8f..5dd93ce0 100644 --- a/build_nb_index.py +++ b/build_nb_index.py @@ -132,7 +132,7 @@ DEPLOYMENT_NBS OTHER_NBS ''' -index_row = '''| NB_SYMBOL[NB_NAME](NB_PATH) | NB_TASK | NB_DATASET | NB_COMPUTE | NB_DEPLOYMENT | NB_FRAMEWORK | NB_TAGS |''' +index_row = '''| NB_SYMBOL[NB_NAME](NB_PATH) | NB_TASK | NB_DATASET | NB_COMPUTE | NB_DEPLOYMENT | NB_FRAMEWORK |''' index_file = "index.md" @@ -172,15 +172,12 @@ class NotebookIndex: this_row = this_row.replace("NB_DEPLOYMENT", ", ".join(metadata["deployment"])) if "framework" in metadata: this_row = this_row.replace("NB_FRAMEWORK", ", ".join(metadata["framework"])) - if "tags1" in metadata: - this_row = this_row.replace("NB_TAGS", ", ".join(metadata["tags1"])) ## Fall back this_row = this_row.replace("NB_TASK","") this_row = this_row.replace("NB_DATASET","") this_row = this_row.replace("NB_COMPUTE","") this_row = this_row.replace("NB_DEPLOYMENT","") this_row = this_row.replace("NB_FRAMEWORK","") - this_row = this_row.replace("NB_TAGS","") if "tags" in metadata: if "featured" in metadata["tags"]: @@ -215,4 +212,4 @@ try: except: dest_repo = "./MachineLearningNotebooks" -post_process(dest_repo) \ No newline at end of file +post_process(dest_repo) diff --git a/tutorials/img-classification-part1-training.ipynb b/tutorials/img-classification-part1-training.ipynb index 76bd9701..6fb40510 100644 --- a/tutorials/img-classification-part1-training.ipynb +++ b/tutorials/img-classification-part1-training.ipynb @@ -675,7 +675,7 @@ "name": "python36" }, "language_info": { - "codemirror_mode": { + "codemdfsjkkdsirror_mode": { "name": "ipython", "version": 3 }, @@ -686,8 +686,8 @@ "pygments_lexer": "ipython3", "version": "3.6.6" }, - "msauthor": "roastala", - "friendly_name": "Test tuturial", + "msauthor": "trbye", + "friendly_name": "Testing index", "exclude_from_index": false, "order_index": 1, "category": "tutorial", @@ -706,9 +706,8 @@ ], "framework": [ "Azure ML AutoML" - ] - } - }, + ], + }, "nbformat": 4, "nbformat_minor": 2 } \ No newline at end of file