we can visualize notebooks in forgejo directly now

This commit is contained in:
Tiziano Zito 2024-08-22 09:00:53 +02:00
parent 37177c4bf1
commit 7b18647dd4

View file

@ -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