Skip to content

Commit 7070805

Browse files
committed
Links between chapters
1 parent 676b1fe commit 7070805

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

04_caselaw.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
],
377377
"metadata": {
378378
"kernelspec": {
379-
"display_name": "Python 3",
379+
"display_name": "Python 3 (ipykernel)",
380380
"language": "python",
381381
"name": "python3"
382382
},
@@ -390,7 +390,7 @@
390390
"name": "python",
391391
"nbconvert_exporter": "python",
392392
"pygments_lexer": "ipython3",
393-
"version": "3.8.10"
393+
"version": "3.11.5"
394394
}
395395
},
396396
"nbformat": 4,

07_Strings.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"source": [
291291
"### <span style=\"color:green\">Case Law Exercise: Attorneys Sorted </span>\n",
292292
"\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",
294294
"Complete the code below to print the attorneys for each case in alphabetical order.\n",
295295
"\n",
296296
"(The simplest solution uses the names as they occur in the data, starting with first names.\n",
@@ -320,7 +320,7 @@
320320
"source": [
321321
"### <span style=\"color:green\">Library Data Exercise: Creators Sorted </span>\n",
322322
"\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",
324324
"Complete the code below to print the creators for each case in alphabetical order.\n",
325325
"\n",
326326
"If you're starting from scratch, you will need to browse the\n",
@@ -361,7 +361,7 @@
361361
],
362362
"metadata": {
363363
"kernelspec": {
364-
"display_name": "Python 3",
364+
"display_name": "Python 3 (ipykernel)",
365365
"language": "python",
366366
"name": "python3"
367367
},
@@ -375,9 +375,9 @@
375375
"name": "python",
376376
"nbconvert_exporter": "python",
377377
"pygments_lexer": "ipython3",
378-
"version": "3.7.10"
378+
"version": "3.11.5"
379379
}
380380
},
381381
"nbformat": 4,
382-
"nbformat_minor": 2
382+
"nbformat_minor": 4
383383
}

0 commit comments

Comments
 (0)