Skip to content

Commit a8c071f

Browse files
remove binder suggestions from chapters
1 parent 566bc24 commit a8c071f

File tree

11 files changed

+108
-110
lines changed

11 files changed

+108
-110
lines changed

source/classification1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,16 +1976,16 @@ Scatter plot of smoothness versus area where background color indicates the deci
19761976

19771977
## Exercises
19781978

1979-
Practice exercises for the material covered in this chapter
1980-
can be found in the accompanying
1981-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1982-
in the "Classification I: training and predicting" row.
1983-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1984-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1985-
If you instead decide to download the worksheet and run it on your own machine,
1986-
make sure to follow the instructions for computer setup
1987-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1988-
and guidance that the worksheets provide will function as intended.
1979+
Practice exercises for the material covered in this chapter can be found in the
1980+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1981+
the "Classification I: training and predicting" row. You can preview a
1982+
non-interactive version of the worksheet for this chapter by clicking "view
1983+
worksheet." To work on the exercises interactively, follow the instructions in
1984+
the worksheets repository to download all worksheets, and follow the
1985+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1986+
that the automated feedback and guidance that the worksheets provide will
1987+
function as intended.
1988+
19891989

19901990
+++
19911991

source/classification2.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,16 +2174,15 @@ process!
21742174

21752175
## Exercises
21762176

2177-
Practice exercises for the material covered in this chapter
2178-
can be found in the accompanying
2179-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
2180-
in the "Classification II: evaluation and tuning" row.
2181-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
2182-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
2183-
If you instead decide to download the worksheet and run it on your own machine,
2184-
make sure to follow the instructions for computer setup
2185-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
2186-
and guidance that the worksheets provide will function as intended.
2177+
Practice exercises for the material covered in this chapter can be found in the
2178+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
2179+
the "Classification II: evaluation and tuning" row. You can preview a
2180+
non-interactive version of the worksheet for this chapter by clicking "view
2181+
worksheet." To work on the exercises interactively, follow the instructions in
2182+
the worksheets repository to download all worksheets, and follow the
2183+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
2184+
that the automated feedback and guidance that the worksheets provide will
2185+
function as intended.
21872186

21882187
+++
21892188

source/clustering.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,16 +1040,15 @@ but there is a trade-off that doing many clusterings could take a long time.
10401040

10411041
## Exercises
10421042

1043-
Practice exercises for the material covered in this chapter
1044-
can be found in the accompanying
1045-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1046-
in the "Clustering" row.
1047-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1048-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1049-
If you instead decide to download the worksheet and run it on your own machine,
1050-
make sure to follow the instructions for computer setup
1051-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1052-
and guidance that the worksheets provide will function as intended.
1043+
Practice exercises for the material covered in this chapter can be found in the
1044+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1045+
the "Clustering" row. You can preview a
1046+
non-interactive version of the worksheet for this chapter by clicking "view
1047+
worksheet." To work on the exercises interactively, follow the instructions in
1048+
the worksheets repository to download all worksheets, and follow the
1049+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1050+
that the automated feedback and guidance that the worksheets provide will
1051+
function as intended.
10531052

10541053
## Additional resources
10551054

source/inference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,16 +1370,16 @@ statistical techniques you may learn about in the future!
13701370

13711371
## Exercises
13721372

1373-
Practice exercises for the material covered in this chapter
1374-
can be found in the accompanying
1375-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1376-
in the two "Statistical inference" rows.
1377-
You can launch an interactive version of each worksheet in your browser by clicking the "launch binder" button.
1378-
You can also preview a non-interactive version of each worksheet by clicking "view worksheet."
1379-
If you instead decide to download the worksheets and run them on your own machine,
1380-
make sure to follow the instructions for computer setup
1381-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1382-
and guidance that the worksheets provide will function as intended.
1373+
Practice exercises for the material covered in this chapter can be found in the
1374+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1375+
the two "Statistical inference" rows. You can preview a
1376+
non-interactive version of each worksheet for this chapter by clicking "view
1377+
worksheet." To work on the exercises interactively, follow the instructions in
1378+
the worksheets repository to download all worksheets, and follow the
1379+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1380+
that the automated feedback and guidance that the worksheets provide will
1381+
function as intended.
1382+
13831383

13841384
+++
13851385

source/intro.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,16 +1222,17 @@ and then selecting `Show Contextual Help`.
12221222

12231223
## Exercises
12241224

1225-
Practice exercises for the material covered in this chapter
1226-
can be found in the accompanying
1227-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1228-
in the "Python and Pandas" row.
1229-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1230-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1231-
If you instead decide to download the worksheet and run it on your own machine,
1232-
make sure to follow the instructions for computer setup
1233-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1234-
and guidance that the worksheets provide will function as intended.
1225+
Practice exercises for the material covered in this chapter can be found in the
1226+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1227+
the "Python and Pandas" row. You can preview a
1228+
non-interactive version of the worksheet for this chapter by clicking "view
1229+
worksheet." To work on the exercises interactively, follow the instructions in
1230+
the worksheets repository to download all worksheets, and follow the
1231+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1232+
that the automated feedback and guidance that the worksheets provide will
1233+
function as intended.
1234+
1235+
12351236

12361237
+++
12371238

source/reading.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,16 +1619,17 @@ data you are requesting and how frequently you are making requests.
16191619

16201620
## Exercises
16211621

1622-
Practice exercises for the material covered in this chapter
1623-
can be found in the accompanying
1624-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1625-
in the "Reading in data locally and from the web" row.
1626-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1627-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1628-
If you instead decide to download the worksheet and run it on your own machine,
1629-
make sure to follow the instructions for computer setup
1630-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1631-
and guidance that the worksheets provide will function as intended.
1622+
Practice exercises for the material covered in this chapter can be found in the
1623+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1624+
the "Reading in data locally and from the web" row. You can preview a
1625+
non-interactive version of the worksheet for this chapter by clicking "view
1626+
worksheet." To work on the exercises interactively, follow the instructions in
1627+
the worksheets repository to download all worksheets, and follow the
1628+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1629+
that the automated feedback and guidance that the worksheets provide will
1630+
function as intended.
1631+
1632+
16321633

16331634
## Additional resources
16341635

source/regression1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,16 +1198,16 @@ regression has both strengths and weaknesses. Some are listed here:
11981198

11991199
## Exercises
12001200

1201-
Practice exercises for the material covered in this chapter
1202-
can be found in the accompanying
1203-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1204-
in the "Regression I: K-nearest neighbors" row.
1205-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1206-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1207-
If you instead decide to download the worksheet and run it on your own machine,
1208-
make sure to follow the instructions for computer setup
1209-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1210-
and guidance that the worksheets provide will function as intended.
1201+
Practice exercises for the material covered in this chapter can be found in the
1202+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1203+
the "Regression I: K-nearest neighbors" row. You can preview a
1204+
non-interactive version of the worksheet for this chapter by clicking "view
1205+
worksheet." To work on the exercises interactively, follow the instructions in
1206+
the worksheets repository to download all worksheets, and follow the
1207+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1208+
that the automated feedback and guidance that the worksheets provide will
1209+
function as intended.
1210+
12111211

12121212
+++
12131213

source/regression2.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,16 +1367,17 @@ that will serve you well when moving to more advanced books on the topic.
13671367

13681368
## Exercises
13691369

1370-
Practice exercises for the material covered in this chapter
1371-
can be found in the accompanying
1372-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1373-
in the "Regression II: linear regression" row.
1374-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1375-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1376-
If you instead decide to download the worksheet and run it on your own machine,
1377-
make sure to follow the instructions for computer setup
1378-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1379-
and guidance that the worksheets provide will function as intended.
1370+
Practice exercises for the material covered in this chapter can be found in the
1371+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1372+
the "Regression II: linear regression" row. You can preview a
1373+
non-interactive version of the worksheet for this chapter by clicking "view
1374+
worksheet." To work on the exercises interactively, follow the instructions in
1375+
the worksheets repository to download all worksheets, and follow the
1376+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1377+
that the automated feedback and guidance that the worksheets provide will
1378+
function as intended.
1379+
1380+
13801381

13811382
+++
13821383

source/version-control.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,16 +1097,15 @@ The "Closed" issues tab on the GitHub web interface.
10971097

10981098
## Exercises
10991099

1100-
Practice exercises for the material covered in this chapter
1101-
can be found in the accompanying
1102-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
1103-
in the "Collaboration with version control" row.
1104-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
1105-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
1106-
If you instead decide to download the worksheet and run it on your own machine,
1107-
make sure to follow the instructions for computer setup
1108-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
1109-
and guidance that the worksheets provide will function as intended.
1100+
Practice exercises for the material covered in this chapter can be found in the
1101+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
1102+
the "Collaboration with version control" row. You can preview a
1103+
non-interactive version of the worksheet for this chapter by clicking "view
1104+
worksheet." To work on the exercises interactively, follow the instructions in
1105+
the worksheets repository to download all worksheets, and follow the
1106+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
1107+
that the automated feedback and guidance that the worksheets provide will
1108+
function as intended.
11101109

11111110
## Additional resources
11121111

source/viz.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,16 +2038,15 @@ Zoomed in `faithful`, raster (PNG, left) and vector (SVG, right) formats.
20382038

20392039
## Exercises
20402040

2041-
Practice exercises for the material covered in this chapter
2042-
can be found in the accompanying
2043-
[worksheets repository](https://worksheets.python.datasciencebook.ca)
2044-
in the "Effective data visualization" row.
2045-
You can launch an interactive version of the worksheet in your browser by clicking the "launch binder" button.
2046-
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
2047-
If you instead decide to download the worksheet and run it on your own machine,
2048-
make sure to follow the instructions for computer setup
2049-
found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure that the automated feedback
2050-
and guidance that the worksheets provide will function as intended.
2041+
Practice exercises for the material covered in this chapter can be found in the
2042+
accompanying [worksheets repository](https://worksheets.python.datasciencebook.ca) in
2043+
the "Effective data visualization" row. You can preview a
2044+
non-interactive version of the worksheet for this chapter by clicking "view
2045+
worksheet." To work on the exercises interactively, follow the instructions in
2046+
the worksheets repository to download all worksheets, and follow the
2047+
instructions for computer setup found in {numref}`Chapter %s <move-to-your-own-machine>`. This will ensure
2048+
that the automated feedback and guidance that the worksheets provide will
2049+
function as intended.
20512050

20522051
## Additional resources
20532052

0 commit comments

Comments
 (0)