Skip to content

Commit c062287

Browse files
committed
Updating the notebooks
1 parent 3ae2ff0 commit c062287

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

chapters/chap00.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
"\n",
172172
"If you are teaching with this book, here are some resources you might find useful.\n",
173173
"\n",
174-
"* You can find notebooks with solutions to the exercises from <https://allendowney.github.io/ThinkPython>, along with links to the additional resources below.\n",
174+
"* You can find notebooks with solutions to the exercises at <https://allendowney.github.io/ThinkPython>, along with links to the additional resources below.\n",
175175
"\n",
176-
"* Quizzes for each chapter, and a summative quiz for the whole book, are available from [COMING SOON]\n",
176+
"* Quizzes for each chapter, and a summative quiz for the whole book, are available on request.\n",
177177
"\n",
178178
"* *Teaching and Learning with Jupyter* is an online book with suggestions for using Jupyter effectively in the classroom. You can read the book at <https://jupyter4edu.github.io/jupyter-edu-book>\n",
179179
"\n",

chapters/chap10.ipynb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -611,18 +611,6 @@
611611
"The time it takes to find a key in a dictionary is almost constant -- regardless of the number of items."
612612
]
613613
},
614-
{
615-
"cell_type": "code",
616-
"execution_count": 63,
617-
"id": "aa079ed3",
618-
"metadata": {},
619-
"outputs": [],
620-
"source": [
621-
"d = {'a': 1, 'b': 2}\n",
622-
"d['a'] = 3\n",
623-
"d"
624-
]
625-
},
626614
{
627615
"cell_type": "markdown",
628616
"id": "b3bfa8a5",

0 commit comments

Comments
 (0)