sf_crime_1.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
print(f"The contents of the S3 bucket connected to this notebook have been automatically transferred locally.\n" | |
f"S3 Bucket: s3://{os.environ['S3_BUCKET']}\n" | |
f"Local directory: /datasets/s3-data-bucket\n" | |
f"\nContents:") | |
!ls /datasets/s3-data-bucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment