在 activity 浏览器/brightway 中检索 ecoinvent uuid

Retrieve ecoinvent uuid in activity browser / brightway

是否可以在 activity 浏览器中检索 ecoinvent activity 的 UUID?

如果没有,我可以通过 brightway jupyter notebook 访问在 ab 中实例化的 LCA 来查找此数据吗?

In [1]: import bw2data as bd

In [2]: bd.projects.set_current("ecoinvent 3.7.1 bw2")

In [3]: ei = bd.Database("ecoinvent 3.7.1")

In [4]: a = ei.random()

In [5]: a['activity']
Out[5]: 'a9ef6142-b382-486d-ae2b-7c1b731a9efe'

In [6]: a['flow']
Out[6]: '45fbbc41-7ae9-46cc-bb31-abfa11e69de0'

In [7]: a['filename']
Out[7]: 'a9ef6142-b382-486d-ae2b-7c1b731a9efe_45fbbc41-7ae9-46cc-bb31-abfa11e69de0.spold'