From a44612f3ed2e48f9026a7d43da08f80f74f5f221 Mon Sep 17 00:00:00 2001 From: samaid <55950596+samaid@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:32:12 -0600 Subject: [PATCH] Update README.md Fixing link to Jupyter notebook --- demos/mcpi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/mcpi/README.md b/demos/mcpi/README.md index 0b98c4b..f7e10d4 100644 --- a/demos/mcpi/README.md +++ b/demos/mcpi/README.md @@ -27,7 +27,7 @@ The following options are allowed: * `--n-batches`: Number of batches ## Jupyter Notebook -The Monte Carlo Pi demo is also supplemented with the [Jupyter Notebook](https://github.com/samaid/mcpi/blob/main/mcpi.ipynb), +The Monte Carlo Pi demo is also supplemented with the [Jupyter Notebook]([https://github.com/samaid/mcpi/blob/main/mcpi.ipynb](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/mcpi.ipynb), where step by step we illustrate the idea of the algorithm. ![Pi animation](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/pi-animation.gif)