From ead800e56a3037d0ce2b18f65ae1736c863637b2 Mon Sep 17 00:00:00 2001 From: Ranjit Menon Date: Sat, 23 Nov 2024 20:40:03 +0530 Subject: [PATCH] this jupyter notebook was not loading due to missing double quotes in the markdown cell, fixed adding double quotes at the end of the sentence. --- .../Run a Batch Inferencing Pipeline and Obtain Outputs.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hands-on Labs/Run a Batch Inferencing Pipeline and Obtain Outputs.ipynb b/Hands-on Labs/Run a Batch Inferencing Pipeline and Obtain Outputs.ipynb index f20dfe9..d012cc8 100644 --- a/Hands-on Labs/Run a Batch Inferencing Pipeline and Obtain Outputs.ipynb +++ b/Hands-on Labs/Run a Batch Inferencing Pipeline and Obtain Outputs.ipynb @@ -414,7 +414,7 @@ "source": [ "## Retrieve the saved outputs", "\n", - "*Do not proceed until the pipeline run shows complete in the separate Azure ML Studio browser tab.* + "*Do not proceed until the pipeline run shows complete in the separate Azure ML Studio browser tab.*" ], "metadata": {} },