-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about leveling up browser tools to Day 3
- Loading branch information
1 parent
566c68e
commit a400544
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,6 @@ You can [use VS Code to clone](https://code.visualstudio.com/docs/sourcecontrol/ | |
git clone [email protected]: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.** | ||
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`). |