From 68f44c5e0f4c8d6102194a2c95af6228850ad4e9 Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Sat, 6 Apr 2024 19:30:16 -0700 Subject: [PATCH] Tweak scraping landing page --- content/web_scraping/README.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/web_scraping/README.ipynb b/content/web_scraping/README.ipynb index b9ddf93..0686975 100644 --- a/content/web_scraping/README.ipynb +++ b/content/web_scraping/README.ipynb @@ -9,7 +9,7 @@ "\n", "Resources related to gathering web pages and other files from the Web.\n", "\n", - "> **IMPORTANT**: These notebooks should be run locally or on GitHub Codespaces.\n", + "> **IMPORTANT**: These notebooks should be run on GitHub Codespaces or locally. When a lesson is local-only, we'll warn at top of notebook.\n", "\n", "- [Web Scraping for the News](web_scraping_for_news.ipynb) - Big picture\n", "- [Web Scraping 101](scraping_101.ipynb) - Landing page for technical nitty gritty \n",