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

Make notebooks compliant with `PEP 690` ("lazy import statements") #11

Closed KarinTreyer closed 1 year ago

KarinTreyer commented 1 year ago

Part of the existing notebooks still import packages using as "lazy" import statement

from brightway2 import *

which should be avoided as per PEP690.