From c09eae0876e46f1ed1cc9b13a8e152dae2e096be Mon Sep 17 00:00:00 2001 From: florencep Date: Fri, 12 Apr 2019 08:55:53 -0700 Subject: [PATCH] remove typo in installation --- .../notebooks/purchase_prediction/purchase_prediction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tables/automl/notebooks/purchase_prediction/purchase_prediction.ipynb b/tables/automl/notebooks/purchase_prediction/purchase_prediction.ipynb index 5bb9bbdee2e..e2082b1fc5e 100644 --- a/tables/automl/notebooks/purchase_prediction/purchase_prediction.ipynb +++ b/tables/automl/notebooks/purchase_prediction/purchase_prediction.ipynb @@ -95,7 +95,7 @@ "cell_type": "code", "source": [ "#@title Install AutoML Tables client library { vertical-output: true }\n", - "!pip install google-cloud-automln", + "!pip install google-cloud-automl", "\n" ], "execution_count": 0, @@ -906,4 +906,4 @@ "outputs": [] } ] -} \ No newline at end of file +}