Skip to content

Commit 1a4c291

Browse files
committed
Add also activate commands
1 parent b95f0c4 commit 1a4c291

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

exercises/multithreading/multithreading.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"source": [
2424
"# Running this cell is important to make sure we install all the necessary packages.\n",
2525
"using Pkg\n",
26+
"Pkg.activate(@__DIR__)\n",
2627
"Pkg.instantiate()"
2728
]
2829
},

exercises/multithreading/proposed-solution/multithreading.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"source": [
2424
"# Running this cell is important to make sure we install all the necessary packages.\n",
2525
"using Pkg\n",
26+
"Pkg.activate(dirname(@__DIR__))\n",
2627
"Pkg.instantiate()"
2728
]
2829
},

parts/gpu/heat-diffusion.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"source": [
1818
"# Running this cell is important to make sure we install all the necessary packages.\n",
1919
"using Pkg\n",
20+
"Pkg.activate(@__DIR__)\n",
2021
"Pkg.instantiate()"
2122
]
2223
},

0 commit comments

Comments
 (0)