Skip to content

Commit 614c29b

Browse files
committed
update m7_nb1 and m8_nb1 for new UI and sm version
1 parent c9eb609 commit 614c29b

File tree

2 files changed

+506
-22
lines changed

2 files changed

+506
-22
lines changed

07-module-feature-monitoring/m7_nb1_feature_monitoring.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"3. Under **User summary**, copy just the name part of the execution role ARN \n",
162162
"5. Go to the [IAM console](https://console.aws.amazon.com/iam) and click on **Roles**. \n",
163163
"6. Find the role associated with your SageMaker Studio user\n",
164-
"7. Under the Permissions tab, click **Attach policies** and add the following: **AWSGlueServiceRole**, **AWSGlueDataBrewFullAccessPolicy**, **AmazonAthenaFullAccess**\n",
164+
"7. Under the Permissions tab, click **Add permissions** then **Attach policies** and add the following: **AWSGlueServiceRole**, **AWSGlueDataBrewFullAccessPolicy**, **AmazonAthenaFullAccess**\n",
165165
"8. Under Trust relationships, click **Edit trust relationship** and add the following JSON,\n",
166166
"```\n",
167167
"{\n",
@@ -992,9 +992,9 @@
992992
],
993993
"instance_type": "ml.t3.medium",
994994
"kernelspec": {
995-
"display_name": "Python 3 (Data Science)",
995+
"display_name": "Python 3 (Data Science 2.0)",
996996
"language": "python",
997-
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/datascience-1.0"
997+
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/sagemaker-data-science-38"
998998
},
999999
"language_info": {
10001000
"codemirror_mode": {
@@ -1006,7 +1006,7 @@
10061006
"name": "python",
10071007
"nbconvert_exporter": "python",
10081008
"pygments_lexer": "ipython3",
1009-
"version": "3.7.10"
1009+
"version": "3.8.13"
10101010
}
10111011
},
10121012
"nbformat": 4,

0 commit comments

Comments
 (0)