From 1cdab1f23bceced150ef4966cb5c14587eb5b05a Mon Sep 17 00:00:00 2001 From: Abhishek Sankar Date: Sun, 29 Nov 2020 19:51:13 +0530 Subject: [PATCH] Removed ambiguity in both versions of notebook 02_production about the Bing Search API key. (#319) --- 02_production.ipynb | 4 ++-- clean/02_production.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/02_production.ipynb b/02_production.ipynb index 2a76e85..0a9b1ec 100644 --- a/02_production.ipynb +++ b/02_production.ipynb @@ -304,7 +304,7 @@ "metadata": {}, "source": [ "# clean\n", - "To download images with Bing Image Search, sign up at Microsoft for a free account. You will be given a key, which you can copy and enter in a cell as follows (replacing 'XXX' with your key and executing it):" + "To download images with Bing Image Search, sign up at [Microsoft Azure](https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/) for a free account. You will be given a key, which you can copy and enter in a cell as follows (replacing 'XXX' with your key and executing it):" ] }, { @@ -2001,4 +2001,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index 03c0197..c413cc5 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -112,7 +112,7 @@ "metadata": {}, "source": [ "# clean\n", - "To download images with Bing Image Search, sign up at Microsoft for a free account. You will be given a key, which you can copy and enter in a cell as follows (replacing 'XXX' with your key and executing it):" + "To download images with Bing Image Search, sign up at [Microsoft Azure](https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/) for a free account. You will be given a key, which you can copy and enter in a cell as follows (replacing 'XXX' with your key and executing it):" ] }, { @@ -700,4 +700,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file