From a40054415ffbc483fe3a4ea354740f2e24d83546 Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Sun, 7 Apr 2024 09:39:22 -0700 Subject: [PATCH] Add note about leveling up browser tools to Day 3 --- lessons/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lessons/README.md b/lessons/README.md index 9e59924..4837104 100644 --- a/lessons/README.md +++ b/lessons/README.md @@ -52,4 +52,6 @@ You can [use VS Code to clone](https://code.visualstudio.com/docs/sourcecontrol/ git clone git@github.com:stanfordjournalism/data-journalism-notebooks.git ``` -Once the repo is opened locally in VS Code, navigate to `content/web_scraping/README.ipynb` and work through all notebooks, in order. **There will be a quiz on the material next class.** \ No newline at end of file +Once the repo is opened locally in VS Code, navigate to `content/web_scraping/README.ipynb` and work through all notebooks, in order. **There will be a quiz on the material next class.** + +> NOTE: If you're new to browser developer tools, level up using materials for Chrome or Firefox (just pick one) in `content/web_scraping/resources.ipynb`). \ No newline at end of file