@@ -87,10 +87,11 @@ <h3>Assignment 1: Counting in Python <small>due 2:30pm January 29</small></h3>
87
87
For this assignment, you should continue to use the
88
88
< a href ="https://jupyter.student.cs.uwaterloo.ca:8000 "
89
89
target ="_blank "> Waterloo CS Jupyter hub</ a > . Use
90
- your WatIAM password.
90
+ your password for the < emph > CS student computing
91
+ environment</ emph > .
91
92
</ p >
92
93
< p >
93
- This assignment requires you to implement a mechansism for
94
+ This assignment requires you to implement a mechanism for
94
95
answering queries about some count-based statistics over
95
96
tokens in the text of Shakespeare's plays.
96
97
You will need to upload the following files to the Jupyter hub:
@@ -114,15 +115,12 @@ <h3>Assignment 1: Counting in Python <small>due 2:30pm January 29</small></h3>
114
115
< ol >
115
116
< li > Download your < samp > A1.ipynb</ samp > file from the Jupyter hub to your
116
117
computer.</ li >
117
- < li > Change the name of your file from < samp > A1.ipynb</ samp >
118
- to < samp > A1-xxxxxxxx.ipynb</ samp > , where < samp > xxxxxxxx</ samp > is your UW
119
- student ID number.</ li >
120
- < li > Send your < samp > A1-xxxxxxxx.ipynb</ samp > file as an e-mail attachment to
121
- < a href ="
mailto:[email protected] ?subject=[cs431]%20A1-xxxxxxxx "
> kmsalem@uwaterloo
</ a > . Your
122
- e-mail message must be sent before the assignment deadline, and must
123
- have the subject line < samp > [cs431] A1-xxxxxxxx</ samp > ,
124
- where < samp > xxxxxxxx</ samp > is your UW student ID number.</ li >
118
+ < li > Submit your < samp > A1.ipynb</ samp > file to your GitHub repository using the web interface like you did in assignment 0.</ li >
125
119
</ ol >
120
+ </ p >
121
+ < p > That's it! There's no need to send us anything—we already
122
+ know your username from assignment 0. Note that your A1.ipynb should be
123
+ committed and pushed to origin before the deadline.</ p >
126
124
127
125
< p style ="padding-top: 20px "> < a href ="# "> Back to top</ a > </ p >
128
126
0 commit comments