Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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'\")"
]
},
{
Expand Down