From cfe5163cad87ed85fd8184e3ba936594296b1369 Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Wed, 21 Aug 2024 12:33:00 +0200 Subject: [PATCH] add rendered view of the exercise notebook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb3cd3..0532d03 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Setup: ## A final exercise to put it all together - fork this repo to your account and clone your fork on the laptop - create a branch `ex` and switch to it - - work on the [exercise](exercise.ipynb) + - work on the [exercise](exercise.ipynb) ➔ [read-only rendered notebook](https://nbviewer.org/urls/git.aspp.school/ASPP/2024-heraklion-comp-arch/raw/branch/main/exercise.ipynb) - push your solution to yuor fork and create a Pull Request to this repo