Skip to content

Commit

Permalink
Links between chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinge committed Feb 7, 2024
1 parent 676b1fe commit 7070805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 04_caselaw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -390,7 +390,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions 07_Strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"source": [
"### <span style=\"color:green\">Case Law Exercise: Attorneys Sorted </span>\n",
"\n",
"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",
"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",
"Complete the code below to print the attorneys for each case in alphabetical order.\n",
"\n",
"(The simplest solution uses the names as they occur in the data, starting with first names.\n",
Expand Down Expand Up @@ -320,7 +320,7 @@
"source": [
"### <span style=\"color:green\">Library Data Exercise: Creators Sorted </span>\n",
"\n",
"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",
"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",
"Complete the code below to print the creators for each case in alphabetical order.\n",
"\n",
"If you're starting from scratch, you will need to browse the\n",
Expand Down Expand Up @@ -361,7 +361,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -375,9 +375,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 7070805

Please sign in to comment.