Skip to content

Commit cbd82ab

Browse files
committed
Two chapters on automated browsing
1 parent a2ab67b commit cbd82ab

3 files changed

Lines changed: 1055 additions & 469 deletions

File tree

docs/_quarto.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ project:
55
port: 3243 # use the same port instead of a new one each time
66
browser: true
77

8+
execute:
9+
enabled: false # don't re-run notebooks
10+
11+
812
# https://quarto.org/docs/books/
913
# https://quarto.org/docs/reference/projects/books.html
1014
book:
@@ -168,9 +172,10 @@ book:
168172
- href: notes/fetching-data/csv.qmd
169173
- href: notes/fetching-data/xml.qmd
170174
- href: notes/fetching-data/html-web-scraping.qmd
171-
#- href: notes/fetching-data/automated-browsing.ipynb
172-
# text: "Automated Browsing"
173-
175+
- href: notes/fetching-data/automated-browsing.ipynb
176+
text: "Automated Browsing"
177+
- href: notes/fetching-data/automated-browsing-form-inputs.ipynb
178+
text: "Automated Browsing w/ Form Inputs"
174179

175180
#- part: "APIs and Integrations"
176181
# chapters:

docs/notes/fetching-data/automated-browsing-form-inputs.ipynb

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

docs/notes/fetching-data/automated-browsing-hotfix.ipynb renamed to docs/notes/fetching-data/automated-browsing.ipynb

Lines changed: 174 additions & 466 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)