From 7b18647dd4847d97baa4bcf8366bcd419a1beb6a Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Thu, 22 Aug 2024 09:00:53 +0200 Subject: [PATCH] we can visualize notebooks in forgejo directly now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfbe012..35f4a1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # What every scientist should know about computer architecture ## Introduction - - [Puzzle](puzzle.ipynb) ➔ [read-only rendered notebook](https://nbviewer.org/urls/git.aspp.school/ASPP/2024-heraklion-comp-arch/raw/branch/main/puzzle.ipynb) + - [Puzzle](puzzle.ipynb) - Question: how come that swapping dimensions in a for-loop makes out for a huge slowdown? - Let students play around with the notebook and try to find the "bug" - A more thorough [benchmark](benchmark_python/) @@ -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) ➔ [read-only rendered notebook](https://nbviewer.org/urls/git.aspp.school/ASPP/2024-heraklion-comp-arch/raw/branch/main/exercise.ipynb) + - work on the [exercise](exercise.ipynb) - push your solution to your fork and create a Pull Request to this repo