|
290 | 290 | "source": [
|
291 | 291 | "### <span style=\"color:green\">Case Law Exercise: Attorneys Sorted </span>\n",
|
292 | 292 | "\n",
|
293 |
| - "Here, we expand on the exercise \"Attorneys and Head Matter\" from the chapter \"JSON and Case Law\", so you might want to have a look at your solution to that.\n", |
| 293 | + "Here, we expand on the exercise \"Attorneys and Head Matter\" from the chapter [](04_caselaw.ipynb), so you might want to have a look at your solution to that.\n", |
294 | 294 | "Complete the code below to print the attorneys for each case in alphabetical order.\n",
|
295 | 295 | "\n",
|
296 | 296 | "(The simplest solution uses the names as they occur in the data, starting with first names.\n",
|
|
320 | 320 | "source": [
|
321 | 321 | "### <span style=\"color:green\">Library Data Exercise: Creators Sorted </span>\n",
|
322 | 322 | "\n",
|
323 |
| - "Here, we expand on the exercise \"Creators\" from the chapter \"JSON for librarians\", so you might want to have a look at your solution to that.\n", |
| 323 | + "Here, we expand on the exercise \"Creators\" from the chapter [](04_library_catalogue.ipynb), so you might want to have a look at your solution to that.\n", |
324 | 324 | "Complete the code below to print the creators for each case in alphabetical order.\n",
|
325 | 325 | "\n",
|
326 | 326 | "If you're starting from scratch, you will need to browse the\n",
|
|
361 | 361 | ],
|
362 | 362 | "metadata": {
|
363 | 363 | "kernelspec": {
|
364 |
| - "display_name": "Python 3", |
| 364 | + "display_name": "Python 3 (ipykernel)", |
365 | 365 | "language": "python",
|
366 | 366 | "name": "python3"
|
367 | 367 | },
|
|
375 | 375 | "name": "python",
|
376 | 376 | "nbconvert_exporter": "python",
|
377 | 377 | "pygments_lexer": "ipython3",
|
378 |
| - "version": "3.7.10" |
| 378 | + "version": "3.11.5" |
379 | 379 | }
|
380 | 380 | },
|
381 | 381 | "nbformat": 4,
|
382 |
| - "nbformat_minor": 2 |
| 382 | + "nbformat_minor": 4 |
383 | 383 | }
|
0 commit comments