Skip to content

Commit 79d4291

Browse files
authored
trim whitespace from end of line for better diffs (#111)
1 parent 54521dd commit 79d4291

13 files changed

+901
-901
lines changed

source/acknowledgements-python.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ kernelspec:
1515

1616
# Acknowledgments for the Python Edition
1717

18-
We'd like to thank everyone that has contributed to the development of
18+
We'd like to thank everyone that has contributed to the development of
1919
[*Data Science: A First Introduction (Python Edition)*](https://ubc-dsci.github.io/introduction-to-datascience-python/).
2020
This is an open source Python translation of the original [*Data Science: A First Introduction*](https://datasciencebook.ca);
21-
the original focused on the R programming language. Both of these books are
22-
used to teach DSCI 100, a new introductory data science course
21+
the original focused on the R programming language. Both of these books are
22+
used to teach DSCI 100, a new introductory data science course
2323
at the University of British Columbia (UBC).
2424

2525
We will finalize this acknowledgements section after the book is complete!

source/acknowledgements.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ kernelspec:
1515

1616
# Acknowledgments
1717

18-
We'd like to thank everyone that has contributed to the development of
18+
We'd like to thank everyone that has contributed to the development of
1919
[*Data Science: A First Introduction*](https://datasciencebook.ca).
2020
This is an open source textbook that began as a collection of course readings
21-
for DSCI 100, a new introductory data science course
21+
for DSCI 100, a new introductory data science course
2222
at the University of British Columbia (UBC).
23-
Several faculty members in the UBC Department of Statistics
24-
were pivotal in shaping the direction of that course,
25-
and as such, contributed greatly to the broad structure and
23+
Several faculty members in the UBC Department of Statistics
24+
were pivotal in shaping the direction of that course,
25+
and as such, contributed greatly to the broad structure and
2626
list of topics in this book. We would especially like to thank Matías
2727
Salibían-Barrera for his mentorship during the initial development and roll-out
2828
of both DSCI 100 and this book. His door was always open when
2929
we needed to chat about how to best introduce and teach data science to our first-year students.
3030

31-
We would also like to thank all those who contributed to the process of
31+
We would also like to thank all those who contributed to the process of
3232
publishing this book. In particular, we would like to thank all of our reviewers for their feedback and suggestions:
3333
Rohan Alexander, Isabella Ghement, Virgilio Gómez Rubio, Albert Kim, Adam Loy, Maria Prokofieva, Emily Riederer, and Greg Wilson.
3434
The book was improved substantially by their insights.
@@ -37,8 +37,8 @@ for his support and encouragement throughout the process, and to
3737
Roger Peng for graciously offering to write the Foreword.
3838

3939
Finally, we owe a debt of gratitude to all of the students of DSCI 100 over the past
40-
few years. They provided invaluable feedback on the book and worksheets;
41-
they found bugs for us (and stood by very patiently in class while
40+
few years. They provided invaluable feedback on the book and worksheets;
41+
they found bugs for us (and stood by very patiently in class while
4242
we frantically fixed those bugs); and they brought a level of enthusiasm to the class
4343
that sustained us during the hard work of creating a new course and writing a textbook.
4444
Our interactions with them taught us how to teach data science, and that learning

source/appendixA.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ kernelspec:
1313
name: python3
1414
---
1515

16-
# Downloading files from JupyterHub
16+
# Downloading files from JupyterHub
1717

1818
This section will help you
19-
save your work from a JupyterHub web-based platform to your own computer.
19+
save your work from a JupyterHub web-based platform to your own computer.
2020
Let's say you want to download everything inside a folder called `your_folder`
2121
in your home directory.
22-
First open a terminal \index{JupyterHub!file download} by clicking "terminal" in the Launcher tab.
23-
Next, type the following in the terminal to create a
22+
First open a terminal \index{JupyterHub!file download} by clicking "terminal" in the Launcher tab.
23+
Next, type the following in the terminal to create a
2424
compressed `.zip` archive for the work you are interested in downloading:
2525

2626
```
@@ -29,6 +29,6 @@ zip -r hub_folder.zip your_folder
2929

3030
After the compressing process is complete, right-click on `hub_folder.zip`
3131
in the JupyterHub file browser
32-
and click "Download". After the download is complete, you should be
32+
and click "Download". After the download is complete, you should be
3333
able to find the `hub_folder.zip` file on your own computer,
3434
and unzip the file (typically by double-clicking on it).

0 commit comments

Comments
 (0)