From fc1fadaee5ac8fc1b38eabb8a78c9e7e5ce92612 Mon Sep 17 00:00:00 2001 From: florencep Date: Fri, 10 May 2019 16:07:05 -0700 Subject: [PATCH] added back missing file package import --- .../energy_price_forecasting/energy_price_forecasting.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/automl/notebooks/energy_price_forecasting/energy_price_forecasting.ipynb b/tables/automl/notebooks/energy_price_forecasting/energy_price_forecasting.ipynb index fab8984c7115..e1f429bb3fc4 100644 --- a/tables/automl/notebooks/energy_price_forecasting/energy_price_forecasting.ipynb +++ b/tables/automl/notebooks/energy_price_forecasting/energy_price_forecasting.ipynb @@ -202,6 +202,7 @@ "source": [ "#@title Authenticate using service account key and create a client. { vertical-output: true }\n", "\n", + "from google.colab import files\n", "from google.cloud import automl_v1beta1\n", "\n", "# Upload service account key\n",