brightway-lca / brightway-book

📖🌿 Interactive jupyter-book Documentation for Brightway
https://learn.brightway.dev
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

traceback in #3 #51

Open rafaellaurenti opened 4 months ago

rafaellaurenti commented 4 months ago

NameError Traceback (most recent call last) Cell In[52], line 2 1 #Another way of manually creating a database is to have the data in a separate dictionary and then write it into an instantiated database: ----> 2 db2 = Database("example") 3 example_data = { 4 ("example", "A"): { 5 "name": "A", (...) 21 } 22 } 24 db2.write(example_data)

NameError: name 'Database' is not defined