Add A.1 and A.2 solutions (#198)

* add A.1 and A.2 solutions

* fix links
This commit is contained in:
Sebastian Raschka 2024-06-08 09:50:01 -05:00 committed by GitHub
parent f42290e83b
commit 233c861930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,34 @@
"</table>\n" "</table>\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", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@ -154,15 +182,6 @@
"source": [ "source": [
"%timeit a @ b" "%timeit a @ b"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "Zqqa-To2L749"
},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {
@ -187,7 +206,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.4" "version": "3.10.6"
} }
}, },
"nbformat": 4, "nbformat": 4,