jupyter | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
-
Register your email address with SEAI at https://ndber.seai.ie/BERResearchTool/Register/Register.aspx
-
Select
Cell > Run All
from the dropdown menu
email_address = input("Enter your email address: ")
import toml
toml_string = f"""
[context.secrets]
email_address = '{email_address}'
[flow]
checkpointing = true
"""
parsed_toml = toml.loads(toml_string)
with open("prefect-config.toml", "w") as toml_file:
toml.dump(parsed_toml, toml_file)
!python src/drem/etl/residential.py