|
12 | 12 | "\n", |
13 | 13 | "There are a couple ways to make this change happen, let's see what you can figure out!\n", |
14 | 14 | "\n", |
15 | | - "After you've completed the TODO's choose `Kernel > Restart and Run all Cells` to see your results!\n" |
| 15 | + "After you've completed the TODO's click the `Run Tests` button\n", |
| 16 | + "\n", |
| 17 | + "*Need a little extra help? Check out the [Treehouse Forum](https://teamtreehouse.com/community?instruction=4572).*" |
16 | 18 | ] |
17 | 19 | }, |
18 | 20 | { |
|
44 | 46 | "len(users)" |
45 | 47 | ] |
46 | 48 | }, |
47 | | - { |
48 | | - "cell_type": "code", |
49 | | - "execution_count": null, |
50 | | - "metadata": {}, |
51 | | - "outputs": [], |
52 | | - "source": [] |
53 | | - }, |
54 | 49 | { |
55 | 50 | "cell_type": "code", |
56 | 51 | "execution_count": 2, |
|
120 | 115 | " <tr>\n", |
121 | 116 | " <th>adrian</th>\n", |
122 | 117 | " <td>Adrian</td>\n", |
123 | | - " <td>Yang</td>\n", |
124 | | - " <td>adrian.yang@teamtreehouse.com</td>\n", |
| 118 | + " <td>Fang</td>\n", |
| 119 | + " <td>adrian.fang@teamtreehouse.com</td>\n", |
125 | 120 | " <td>True</td>\n", |
126 | 121 | " <td>2018-04-28</td>\n", |
127 | 122 | " <td>3</td>\n", |
|
207 | 202 | "aaron Aaron Davis aaron6348@gmail.com \n", |
208 | 203 | "acook Anthony Cook cook@gmail.com \n", |
209 | 204 | "adam.saunders Adam Saunders adam@gmail.com \n", |
210 | | - "adrian Adrian Yang adrian.yang@teamtreehouse.com \n", |
| 205 | + "adrian Adrian Fang adrian.fang@teamtreehouse.com \n", |
211 | 206 | "adrian.blair Adrian Blair adrian9335@gmail.com \n", |
212 | 207 | "... ... ... ... \n", |
213 | 208 | "wilson Robert Wilson robert@yahoo.com \n", |
|
253 | 248 | "execution_count": 3, |
254 | 249 | "metadata": {}, |
255 | 250 | "outputs": [ |
| 251 | + { |
| 252 | + "data": { |
| 253 | + "application/vnd.jupyter.widget-view+json": { |
| 254 | + "model_id": "ca87e33565ed41e39c1d89da5125f6cc", |
| 255 | + "version_major": 2, |
| 256 | + "version_minor": 0 |
| 257 | + }, |
| 258 | + "text/plain": [ |
| 259 | + "Button(description='Run Tests', style=ButtonStyle())" |
| 260 | + ] |
| 261 | + }, |
| 262 | + "metadata": {}, |
| 263 | + "output_type": "display_data" |
| 264 | + }, |
256 | 265 | { |
257 | 266 | "data": { |
258 | 267 | "text/markdown": [ |
|
262 | 271 | "FAIL: test_jeffrey_with_one_f (tests.helpers.TestUpdateUsers)\n", |
263 | 272 | "----------------------------------------------------------------------\n", |
264 | 273 | "Traceback (most recent call last):\n", |
265 | | - " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 52, in test_jeffrey_with_one_f\n", |
| 274 | + " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 56, in test_jeffrey_with_one_f\n", |
266 | 275 | " 'Did you rename the username jeffrey to jefrey?'\n", |
267 | 276 | "AssertionError: False is not true : Did you rename the username jeffrey to jefrey?\n", |
268 | 277 | "\n", |
269 | 278 | "======================================================================\n", |
270 | 279 | "FAIL: test_kim_deal (tests.helpers.TestUpdateUsers)\n", |
271 | 280 | "----------------------------------------------------------------------\n", |
272 | 281 | "Traceback (most recent call last):\n", |
273 | | - " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 46, in test_kim_deal\n", |
| 282 | + " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 50, in test_kim_deal\n", |
274 | 283 | " 'Are you sure you updated the last name of kimberly@yahoo.com to \"Deal\"?'\n", |
275 | 284 | "AssertionError: nan != 'Deal' : Are you sure you updated the last name of kimberly@yahoo.com to \"Deal\"?\n", |
276 | 285 | "\n", |
277 | 286 | "----------------------------------------------------------------------\n", |
278 | | - "Ran 2 tests in 0.002s\n", |
| 287 | + "Ran 2 tests in 0.003s\n", |
279 | 288 | "\n", |
280 | 289 | "FAILED (failures=2)\n", |
281 | 290 | "\n", |
|
310 | 319 | "name": "python", |
311 | 320 | "nbconvert_exporter": "python", |
312 | 321 | "pygments_lexer": "ipython3", |
313 | | - "version": "3.7.0" |
| 322 | + "version": "3.7.1" |
314 | 323 | } |
315 | 324 | }, |
316 | 325 | "nbformat": 4, |
|
0 commit comments