From 3801a82957137c91f2d47070c0d96d8d480ff57f Mon Sep 17 00:00:00 2001 From: Peter Boyer Date: Mon, 27 Mar 2023 14:49:34 -0400 Subject: [PATCH] Update direction for turning on internet --- 00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb b/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb index ddf1f41e2a..285be6d3aa 100644 --- a/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb +++ b/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb @@ -21,7 +21,7 @@ "try:\n", " socket.setdefaulttimeout(1)\n", " socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(('1.1.1.1', 53))\n", - "except socket.error as ex: raise Exception(\"STOP: No internet. Click '>|' in top right and set 'Internet' switch to on\")" + "except socket.error as ex: raise Exception(\"STOP: No internet. Open the Notebook panel on the right and set the 'Internet' switch to on under 'Notebook Options'\")" ] }, {