Denis
Bianca Hoch
!pip install prefect
!prefect config set PREFECT_API_KEY='PASTE-YOUR-API-KEY-HERE'
!prefect config set PREFECT_API_URL='<https://api.prefect.cloud/api/accounts/YOUR-ACCOUNT-ID/workspaces/YOUR-WORKSPACE-ID>'
from prefect import flow @flow(log_prints=True) def google_colab(): print("Hello from google colab!") if __name__ == "__main__": google_colab()
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.