File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1014book :
@@ -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:
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments