Minor issue report

Hello,
It might not be an issue, but I have found this error inside the notebooks SRR1_notebooks/public_demo/EODC_Forum_2021 and ISDE12_2021

Which can be solved by removing [‘email’].
This is the result

Thanks

There is the same issue with the notebook SRR1_notebooks/OpenEO Platform - basics with the line

con.describe_account()[“info”][“name”]

It works only by removing [“name”] from the line (or [“info”]).

Hi! Thanks for the report, I will fix it now.

The issue has been fixed removing [“info”][“name”] from the describe_account() call. Fixed describe_account() calls · openEOPlatform/SRR1_notebooks@87b40e4 · GitHub

1 Like

Thank you!