diff --git a/Data-storage-setting-up-S3.html b/Data-storage-setting-up-S3.html index 280a3be..c8d8cd6 100644 --- a/Data-storage-setting-up-S3.html +++ b/Data-storage-setting-up-S3.html @@ -704,7 +704,7 @@

Challenge Exercise: Calculate Your Project’s Data Co -
+

Using the S3 Standard rate in us-east-1:

  1. diff --git a/Interacting-with-code-repo.html b/Interacting-with-code-repo.html index 1377955..ed50b64 100644 --- a/Interacting-with-code-repo.html +++ b/Interacting-with-code-repo.html @@ -319,7 +319,7 @@


Using a GitHub Personal Access Token (PAT) to Push/Pull from a SageMaker Notebook

-

Last updated on 2024-11-03 | +

Last updated on 2024-11-06 | Edit this page

@@ -379,6 +379,9 @@

workshop +setup.

Step 1: Generate a Personal Access Token (PAT) on GitHub

  1. Go to Settings > Developer settings > Personal access @@ -426,21 +429,19 @@

    Directory setup

    PYTHON

    -
    %cd /home/ec2-user/SageMaker/
    -!pwd
    +
    %cd /home/ec2-user/SageMaker/

SH

-
/home/ec2-user/SageMaker
-/home/ec2-user/SageMaker
+
/home/ec2-user/SageMaker

PYTHON


-!git config --global user.name "Chris Endemann"
-!git config --global user.email endeman@wisc.edu
+!git config --global user.name "Your name" +!git config --global user.email your_email@wisc.edu

@@ -470,9 +471,8 @@

PYTHON