From 233c8619304c83dee9a8d907c042a4658ebb17b9 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 8 Jun 2024 09:50:01 -0500 Subject: [PATCH] Add A.1 and A.2 solutions (#198) * add A.1 and A.2 solutions * fix links --- .../exercise-solutions.ipynb | 39 ++++++++++++++----- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/appendix-A/01_main-chapter-code/exercise-solutions.ipynb b/appendix-A/01_main-chapter-code/exercise-solutions.ipynb index dfca73a..72b06f5 100644 --- a/appendix-A/01_main-chapter-code/exercise-solutions.ipynb +++ b/appendix-A/01_main-chapter-code/exercise-solutions.ipynb @@ -19,6 +19,34 @@ "\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Exercise A.1" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The [Python Setup Tips](../../setup/01_optional-python-setup-preferences/README.md) document in this repository contains additional recommendations and tips to set up your Python environment.\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Exercise A.2" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The [Installing Libraries Used In This Book document](../../setup/02_installing-python-libraries/README.md) and [directory](../../setup/02_installing-python-libraries/) contains utilities to check whether your environment is set up correctly." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -154,15 +182,6 @@ "source": [ "%timeit a @ b" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "Zqqa-To2L749" - }, - "outputs": [], - "source": [] } ], "metadata": { @@ -187,7 +206,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.10.6" } }, "nbformat": 4,