Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit b8843ac

Browse files
committed
fix(notebooks): comment out Pkg.activate
1 parent 7507228 commit b8843ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

notebooks/Chapter_00.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
using Pkg
1919

2020
# ╔═╡ f5359bf0-28ff-4ff5-8e70-a2bcc687dfc0
21-
Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
21+
#Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
2222

2323
# ╔═╡ bd37f4aa-5e4e-4823-b758-16c7ee2b2fa0
2424
begin

notebooks/Chapter_02.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using InteractiveUtils
88
using Pkg
99

1010
# ╔═╡ df0344f8-dcec-42fe-869d-2e89369d2201
11-
Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
11+
#Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
1212

1313
# ╔═╡ 39bd8de1-6664-4ffe-abcc-10b9f4788f36
1414
begin

notebooks/Chapter_03.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using InteractiveUtils
88
using Pkg
99

1010
# ╔═╡ e7f1559d-6b7c-408e-b03c-0386f7fc586b
11-
Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
11+
#Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
1212

1313
# ╔═╡ b7c94aeb-b8ca-49bd-8ece-dbbf6611e086
1414
begin

notebooks/Chapter_04_part_1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using InteractiveUtils
88
using Pkg, DrWatson
99

1010
# ╔═╡ f09ccff8-4036-4322-90e6-cdceb35eadfe
11-
Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
11+
#Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
1212

1313
# ╔═╡ 18b5c138-9324-4c5a-86ca-be1e825ed11e
1414
begin

notebooks/Chapter_04_part_2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using InteractiveUtils
88
using Pkg, DrWatson
99

1010
# ╔═╡ b5243551-16c7-49b6-8ba7-c9be3c4c1401
11-
Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
11+
#Pkg.activate(expanduser("~/.julia/dev/SR2TuringPluto"))
1212

1313
# ╔═╡ ee02bdae-99a6-417b-8dad-e9647ce30ede
1414
begin

0 commit comments

Comments
 (0)