Skip to content

Commit

Permalink
Update Accessing-S3-via-SageMaker-notebooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Nov 6, 2024
1 parent c2bab96 commit 632271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/Accessing-S3-via-SageMaker-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ print(f"Total size of bucket '{bucket_name}': {total_size_mb:.2f} MB")
### Using helper functions from lesson repo
We have added code to calculate bucket size to a helper function called `get_s3_bucket_size(bucket_name)` for your convenience. There are also some other helper functions in that repo to assist you with common AWS/SageMaker workflows. To clone the repo to our Jupyter notebook, use the following code.

**Note**: Make sure you have already forked the lesson repo as described on the [setup page](). Replace "username" below with your GitHub username.
**Note**: Make sure you have already forked the lesson repo as described on the [setup page](https://uw-madison-datascience.github.io/ML_with_Amazon_SageMaker/#workshop-repository-setup). Replace "username" below with your GitHub username.

```python
!git clone https://github.com/username/ML_with_Amazon_SageMaker.git # downloads ML_with_Amazon_SageMaker folder/repo (refresh file explorer to see)
Expand Down

0 comments on commit 632271f

Please sign in to comment.