Skip to content

Raw cells instead of code cells in load_waveforms notebook #26

Description

@sparafina-earthscope

These sections are raw cells and do not execute:

import boto3
from botocore.config import Config
from earthscope_sdk import EarthScopeClient

BUCKET = "earthscope-mseed-res-na3mtd4fq5kz7pntcyr1uh46use2a--ol-s3"

# Creates a daemon that renews the s3 client every 3400 s - timeout is 3600 s
s3_master_client = s3wp.ImmortalS3Client(dask_client)
s3_master_client.start()

Running this cell returns and error:

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[6], line 8
      4 
      5 BUCKET = "earthscope-mseed-res-na3mtd4fq5kz7pntcyr1uh46use2a--ol-s3"
      6 
      7 # Creates a daemon that renews the s3 client every 3400 s - timeout is 3600 s
----> 8 s3_master_client = s3wp.ImmortalS3Client(dask_client)
      9 s3_master_client.start()

NameError: name 's3wp' is not defined

s3_master_client.status()

s3_master_client is never creates

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions