- Download and use the
capacities-riced.cssas a snippet - Copy the raw value of the
capacities-index.mdfile and paste it in your obsidian note
capacities-card: Base container for the card
capacities-body: Container for subject matter
| import io | |
| import boto3 | |
| import pandas as pd | |
| def read_feather_file_from_s3(s3_url): | |
| assert s3_url.startswith("s3://") | |
| bucket_name, key_name = s3_url[5:].split("/", 1) | |
| s3 = boto3.client('s3') | |
| retr = s3.get_object(Bucket=bucket_name, Key=key_name) |
Assuming project is SOME/PROJECT
And you are FOO
You will need to do the following one time only:
SOME/PROJECT repository under your namespace.Create the first page. You will get an error (that's ok!)