From 9539f4c2c589181fe1b016388880b5bcaf07c1b2 Mon Sep 17 00:00:00 2001 From: Aditya Venkatesh Date: Sat, 14 Sep 2024 08:42:20 +0200 Subject: [PATCH] Typo fix provably -> probably --- notebooks/julia_distributed.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/julia_distributed.ipynb b/notebooks/julia_distributed.ipynb index 1020c8e..fc94fb2 100644 --- a/notebooks/julia_distributed.ipynb +++ b/notebooks/julia_distributed.ipynb @@ -447,7 +447,7 @@ "source": [ "### Useful macro: `@spawnat`\n", "\n", - "You have provably realized that in order to use `remotecall` we have written auxiliary anonymous functions. They are needed to wrap the code we want to execute remotely. Writing these functions can be tedious. Happily, the macro `@spawnat` generates an auxiliary function from the given block of code and calls `remotecall` for us. For instance, the two following cells are equivalent." + "You have probably realized that in order to use `remotecall` we have written auxiliary anonymous functions. They are needed to wrap the code we want to execute remotely. Writing these functions can be tedious. Happily, the macro `@spawnat` generates an auxiliary function from the given block of code and calls `remotecall` for us. For instance, the two following cells are equivalent." ] }, { @@ -1174,7 +1174,7 @@ "id": "4d8bfa90", "metadata": {}, "source": [ - "We have activated the current folder. Now let's see which is the active project in another process, say process 2. You will see that process 2 is provably still using the global package environment." + "We have activated the current folder. Now let's see which is the active project in another process, say process 2. You will see that process 2 is probably still using the global package environment." ] }, { @@ -1445,7 +1445,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Julia 1.10.0", + "display_name": "Julia 1.10.5", "language": "julia", "name": "julia-1.10" }, @@ -1453,7 +1453,7 @@ "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", - "version": "1.10.0" + "version": "1.10.5" } }, "nbformat": 4,