From daa56b8b39ead8098d1d681ec8de9e1ae34f075c Mon Sep 17 00:00:00 2001 From: Shawn Leslie Date: Fri, 20 Mar 2026 19:29:13 -0700 Subject: [PATCH 1/3] Adding a new title --- jupyter/anomaly_detection_creditcard.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jupyter/anomaly_detection_creditcard.ipynb b/jupyter/anomaly_detection_creditcard.ipynb index 3505a3a..5e6b611 100644 --- a/jupyter/anomaly_detection_creditcard.ipynb +++ b/jupyter/anomaly_detection_creditcard.ipynb @@ -6,6 +6,8 @@ "source": [ "# Anomaly Detection in Azure ML Studio\n", "\n", + "### This is a new Shawn Test\n", + "\n", "Example anomaly detection machine learning job using a hybrid of Azure AI Machine Learning console resources combined with native Python in this Jupyter notebook which is intended to be uploaded and executed from 'Authoring -> Notebooks' in the web console. \n", "\n", "### Requirements\n", @@ -412,7 +414,7 @@ ], "metadata": { "kernelspec": { - "display_name": "venv (3.9.6)", + "display_name": "fraud-azureml-py39", "language": "python", "name": "python3" }, @@ -426,7 +428,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.9.25" } }, "nbformat": 4, From 6702dbe854f25001e20a7e09ecca7dcb5ee0afa8 Mon Sep 17 00:00:00 2001 From: Shawn Leslie Date: Fri, 20 Mar 2026 19:37:01 -0700 Subject: [PATCH 2/3] Revert "Adding a new title" This reverts commit daa56b8b39ead8098d1d681ec8de9e1ae34f075c. --- jupyter/anomaly_detection_creditcard.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jupyter/anomaly_detection_creditcard.ipynb b/jupyter/anomaly_detection_creditcard.ipynb index 5e6b611..3505a3a 100644 --- a/jupyter/anomaly_detection_creditcard.ipynb +++ b/jupyter/anomaly_detection_creditcard.ipynb @@ -6,8 +6,6 @@ "source": [ "# Anomaly Detection in Azure ML Studio\n", "\n", - "### This is a new Shawn Test\n", - "\n", "Example anomaly detection machine learning job using a hybrid of Azure AI Machine Learning console resources combined with native Python in this Jupyter notebook which is intended to be uploaded and executed from 'Authoring -> Notebooks' in the web console. \n", "\n", "### Requirements\n", @@ -414,7 +412,7 @@ ], "metadata": { "kernelspec": { - "display_name": "fraud-azureml-py39", + "display_name": "venv (3.9.6)", "language": "python", "name": "python3" }, @@ -428,7 +426,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.25" + "version": "3.9.6" } }, "nbformat": 4, From 30aa299dc0560224b305f58be8f89f795b0973ae Mon Sep 17 00:00:00 2001 From: Shawn Leslie Date: Fri, 20 Mar 2026 19:41:58 -0700 Subject: [PATCH 3/3] Add a title to test git repos --- jupyter/anomaly_detection_creditcard.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter/anomaly_detection_creditcard.ipynb b/jupyter/anomaly_detection_creditcard.ipynb index 3505a3a..0840ffc 100644 --- a/jupyter/anomaly_detection_creditcard.ipynb +++ b/jupyter/anomaly_detection_creditcard.ipynb @@ -6,6 +6,8 @@ "source": [ "# Anomaly Detection in Azure ML Studio\n", "\n", + "## Shawn Adds a New Title\n", + "\n", "Example anomaly detection machine learning job using a hybrid of Azure AI Machine Learning console resources combined with native Python in this Jupyter notebook which is intended to be uploaded and executed from 'Authoring -> Notebooks' in the web console. \n", "\n", "### Requirements\n",