Closed wehuang16 closed 1 year ago
@wehuang16 You are correct the user_token on line In [4] still has the default text "
I went to the "amplabs.ai" website, and clicked "try Amplabs Cloud".
I signed up using my email address and logged in to Amplabs Cloud. There, on the top right menu, I clicked "get API token".
Then, I copied my token into the Jupyter notebook "ipynb" file to replace the "user_token = '
Are there any insights on why the API token I fetched from the Amplabs Cloud didn't work?
Some additional information. I see that with my API token and the correct cell id, the Amplabs Python scripts seems to be able to load medatada successfully, but not successful in loading timeseries data (still have the missing 'records' error)
It looks like there was a change in the API definition. We will update the sample scripts to reflect this change. As we rollout the sdk, and implement better versioning, then these issues will reduce. We will fix the examples appropriately.
@wehuang16 updated the scripts
When I try to run the Jupyter notebook battery data scripts in the "python" folder, running the scripts both in my local computer and colab. It always causes an error on a missing "Record", as shown below. I guess the error might be because I don't have the correct token, but there might be another issue going on. Could anybody provide some insights on what might have gone wrong while I wan running the battery data scripts?