Skip to content

Commit 0d44889

Browse files
committed
version check
1 parent 2d41c00 commit 0d44889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"source": [
9696
"import azureml.core\n",
9797
"\n",
98-
"print(\"This notebook was created using version 1.0.23 of the Azure ML SDK\")\n",
98+
"print(\"This notebook was created using version 1.0.39 of the Azure ML SDK\")\n",
9999
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
100100
]
101101
},

how-to-use-azureml/training/logging-api/logging-api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"\n",
101101
"# Check core SDK version number\n",
102102
"\n",
103-
"print(\"This notebook was created using SDK version 1.0.23, you are currently running version\", azureml.core.VERSION)"
103+
"print(\"This notebook was created using SDK version 1.0.39, you are currently running version\", azureml.core.VERSION)"
104104
]
105105
},
106106
{

0 commit comments

Comments
 (0)