mirror of
https://gitlab.rlp.net/mobitar/julia_course.git
synced 2024-11-30 13:41:35 +00:00
Compare commits
5 commits
2f16a8bd6c
...
94369d7711
Author | SHA1 | Date | |
---|---|---|---|
94369d7711 | |||
49a32724d0 | |||
1325881d18 | |||
ab83c2fab6 | |||
6fac8eda97 |
23 changed files with 2168 additions and 2034 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -2,11 +2,13 @@ Manifest.toml
|
|||
|
||||
*.tex
|
||||
*.jld2
|
||||
*.mp4
|
||||
*.pdf
|
||||
|
||||
Solutions*.jl
|
||||
solutions.jl
|
||||
|
||||
Day_2/resources/new_test.txt
|
||||
day-2/resources/new_test.txt
|
||||
day-3/resources/df2.csv
|
||||
|
||||
Day_3/resources/df2.csv
|
||||
export
|
||||
!export/index.html
|
||||
!export/404.html
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[deps]
|
||||
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
|
||||
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
|
||||
|
|
17
README.md
17
README.md
|
@ -1,4 +1,4 @@
|
|||
# Julia course - 20.03.-24.03.2023
|
||||
# How 2 Julia
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -8,7 +8,8 @@ First, download Julia from the official website: https://julialang.org/downloads
|
|||
|
||||
You can either download the binary from the website above or install Julia with a package manager if it provides an up to date package (usually named `julia`).
|
||||
|
||||
In case you download the binary, add it to your `PATH`. The easiest way would be to move the binary to `~/.local/bin`.
|
||||
In case you download the binary, add it to your `PATH`.
|
||||
The easiest way would be to move the binary to `~/.local/bin`.
|
||||
|
||||
### Windows
|
||||
|
||||
|
@ -28,15 +29,21 @@ Now, launch Julia to be welcomed by the [REPL](https://docs.julialang.org/en/v1/
|
|||
|
||||
[Pluto](https://github.com/fonsp/Pluto.jl) has to be installed to be able to view, edit and run the notebooks of this course.
|
||||
|
||||
In the REPL, press `]`. This will cause the prompt to change to a one ending with `pkg>`. Now run the following:
|
||||
In the REPL, press `]`.
|
||||
This will cause the prompt to change to a one ending with `pkg>`.
|
||||
Now run the following:
|
||||
|
||||
```
|
||||
activate .
|
||||
```
|
||||
|
||||
Don't forget the **dot** after `activate`! The dot means that you want to activate the environment in the _current_ path.
|
||||
Don't forget the **dot** after `activate`!
|
||||
The dot means that you want to activate the environment in the _current_ directory.
|
||||
|
||||
This will activate the environment of the Julia course. This environment includes only the Pluto package. Your prompt should now change from something like `(v1.8) pkg>` to `(julia_course) pkg>`. This means that the environment was successfully activated.
|
||||
This will activate the environment of the Julia course.
|
||||
This environment includes only the Pluto package.
|
||||
Your prompt should now change from something like `(v1.10) pkg>` to `(how-2-julia) pkg>`.
|
||||
This means that the environment was successfully activated.
|
||||
|
||||
Now, run the following:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.19.0
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -1124,26 +1124,28 @@ PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
|||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
|
||||
|
||||
[compat]
|
||||
Measurements = "~2.7.1"
|
||||
PlutoUI = "~0.7.37"
|
||||
Unitful = "~1.11.0"
|
||||
Measurements = "~2.11.0"
|
||||
PlutoUI = "~0.7.59"
|
||||
Unitful = "~1.19.1"
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
julia_version = "1.10.3"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "022676ff05294a4cf046ceb66a716a28bdcf6c6a"
|
||||
|
||||
[[deps.AbstractPlutoDingetjes]]
|
||||
deps = ["Pkg"]
|
||||
git-tree-sha1 = "8eaf9f1b4921132a4cff3f36a1d9ba923b14a481"
|
||||
git-tree-sha1 = "6e1d2a35f2f90a4bc7c2ed98079b2ba09c35b83a"
|
||||
uuid = "6e696c72-6542-2067-7265-42206c756150"
|
||||
version = "1.1.4"
|
||||
version = "1.3.2"
|
||||
|
||||
[[deps.ArgTools]]
|
||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||
version = "1.1.1"
|
||||
|
||||
[[deps.Artifacts]]
|
||||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
|
||||
|
@ -1159,50 +1161,50 @@ version = "0.5.1"
|
|||
|
||||
[[deps.ColorTypes]]
|
||||
deps = ["FixedPointNumbers", "Random"]
|
||||
git-tree-sha1 = "024fe24d83e4a5bf5fc80501a314ce0d1aa35597"
|
||||
git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
|
||||
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
||||
version = "0.11.0"
|
||||
version = "0.11.5"
|
||||
|
||||
[[deps.CompilerSupportLibraries_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
||||
|
||||
[[deps.ConstructionBase]]
|
||||
deps = ["LinearAlgebra"]
|
||||
git-tree-sha1 = "f74e9d5388b8620b4cee35d4c5a618dd4dc547f4"
|
||||
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
|
||||
version = "1.3.0"
|
||||
version = "1.1.1+0"
|
||||
|
||||
[[deps.Dates]]
|
||||
deps = ["Printf"]
|
||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
|
||||
[[deps.Downloads]]
|
||||
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
|
||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
||||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
||||
version = "1.6.0"
|
||||
|
||||
[[deps.FileWatching]]
|
||||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
|
||||
|
||||
[[deps.FixedPointNumbers]]
|
||||
deps = ["Statistics"]
|
||||
git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
|
||||
git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172"
|
||||
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
|
||||
[[deps.Hyperscript]]
|
||||
deps = ["Test"]
|
||||
git-tree-sha1 = "8d511d5b81240fc8e6802386302675bdf47737b9"
|
||||
git-tree-sha1 = "179267cfa5e712760cd43dcae385d7ea90cc25a4"
|
||||
uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
|
||||
[[deps.HypertextLiteral]]
|
||||
git-tree-sha1 = "2b078b5a615c6c0396c77810d92ee8c6f470d238"
|
||||
deps = ["Tricks"]
|
||||
git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653"
|
||||
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
|
||||
version = "0.9.3"
|
||||
version = "0.9.5"
|
||||
|
||||
[[deps.IOCapture]]
|
||||
deps = ["Logging", "Random"]
|
||||
git-tree-sha1 = "f7be53659ab06ddc986428d3a9dcc95f6fa6705a"
|
||||
git-tree-sha1 = "8b72179abc660bfab5e28472e019392b97d0985c"
|
||||
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
|
||||
version = "0.2.2"
|
||||
version = "0.2.4"
|
||||
|
||||
[[deps.InteractiveUtils]]
|
||||
deps = ["Markdown"]
|
||||
|
@ -1210,36 +1212,49 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|||
|
||||
[[deps.JSON]]
|
||||
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
|
||||
git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
|
||||
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
|
||||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
||||
version = "0.21.3"
|
||||
version = "0.21.4"
|
||||
|
||||
[[deps.LibCURL]]
|
||||
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
|
||||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
|
||||
version = "0.6.4"
|
||||
|
||||
[[deps.LibCURL_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
|
||||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
|
||||
version = "8.4.0+0"
|
||||
|
||||
[[deps.LibGit2]]
|
||||
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
|
||||
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
|
||||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
||||
|
||||
[[deps.LibGit2_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
|
||||
version = "1.6.4+0"
|
||||
|
||||
[[deps.LibSSH2_jll]]
|
||||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
|
||||
version = "1.11.0+1"
|
||||
|
||||
[[deps.Libdl]]
|
||||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
|
||||
|
||||
[[deps.LinearAlgebra]]
|
||||
deps = ["Libdl", "libblastrampoline_jll"]
|
||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
||||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
|
||||
[[deps.Logging]]
|
||||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
||||
|
||||
[[deps.MIMEs]]
|
||||
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
|
||||
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
|
||||
version = "0.1.4"
|
||||
|
||||
[[deps.Markdown]]
|
||||
deps = ["Base64"]
|
||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||
|
@ -1247,41 +1262,72 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
|||
[[deps.MbedTLS_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
||||
version = "2.28.2+1"
|
||||
|
||||
[[deps.Measurements]]
|
||||
deps = ["Calculus", "LinearAlgebra", "Printf", "RecipesBase", "Requires"]
|
||||
git-tree-sha1 = "88cd033eb781c698e75ae0b680e5cef1553f0856"
|
||||
deps = ["Calculus", "LinearAlgebra", "Printf", "Requires"]
|
||||
git-tree-sha1 = "bdcde8ec04ca84aef5b124a17684bf3b302de00e"
|
||||
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
|
||||
version = "2.7.1"
|
||||
version = "2.11.0"
|
||||
|
||||
[deps.Measurements.extensions]
|
||||
MeasurementsBaseTypeExt = "BaseType"
|
||||
MeasurementsJunoExt = "Juno"
|
||||
MeasurementsRecipesBaseExt = "RecipesBase"
|
||||
MeasurementsSpecialFunctionsExt = "SpecialFunctions"
|
||||
MeasurementsUnitfulExt = "Unitful"
|
||||
|
||||
[deps.Measurements.weakdeps]
|
||||
BaseType = "7fbed51b-1ef5-4d67-9085-a4a9b26f478c"
|
||||
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
|
||||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
|
||||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
|
||||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
|
||||
|
||||
[[deps.Mmap]]
|
||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
||||
|
||||
[[deps.MozillaCACerts_jll]]
|
||||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
|
||||
version = "2023.1.10"
|
||||
|
||||
[[deps.NetworkOptions]]
|
||||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
|
||||
version = "1.2.0"
|
||||
|
||||
[[deps.OpenBLAS_jll]]
|
||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
||||
version = "0.3.23+4"
|
||||
|
||||
[[deps.Parsers]]
|
||||
deps = ["Dates"]
|
||||
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
|
||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
||||
version = "2.2.3"
|
||||
version = "2.8.1"
|
||||
|
||||
[[deps.Pkg]]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.PlutoUI]]
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
|
||||
git-tree-sha1 = "bf0a1121af131d9974241ba53f601211e9303a9e"
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
|
||||
git-tree-sha1 = "ab55ee1510ad2af0ff674dbcced5e94921f867a9"
|
||||
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
||||
version = "0.7.37"
|
||||
version = "0.7.59"
|
||||
|
||||
[[deps.PrecompileTools]]
|
||||
deps = ["Preferences"]
|
||||
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
|
||||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
|
||||
version = "1.2.1"
|
||||
|
||||
[[deps.Preferences]]
|
||||
deps = ["TOML"]
|
||||
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
|
||||
uuid = "21216c6a-2e73-6563-6e65-726566657250"
|
||||
version = "1.4.3"
|
||||
|
||||
[[deps.Printf]]
|
||||
deps = ["Unicode"]
|
||||
|
@ -1292,14 +1338,9 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
|
|||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
||||
|
||||
[[deps.Random]]
|
||||
deps = ["SHA", "Serialization"]
|
||||
deps = ["SHA"]
|
||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
|
||||
[[deps.RecipesBase]]
|
||||
git-tree-sha1 = "6bf3f380ff52ce0832ddd3a2a7b9538ed1bcca7d"
|
||||
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
|
||||
version = "1.2.1"
|
||||
|
||||
[[deps.Reexport]]
|
||||
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
|
||||
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
|
||||
|
@ -1313,6 +1354,7 @@ version = "1.3.0"
|
|||
|
||||
[[deps.SHA]]
|
||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
||||
version = "0.7.0"
|
||||
|
||||
[[deps.Serialization]]
|
||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||
|
@ -1321,25 +1363,44 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
||||
|
||||
[[deps.SparseArrays]]
|
||||
deps = ["LinearAlgebra", "Random"]
|
||||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
|
||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Statistics]]
|
||||
deps = ["LinearAlgebra", "SparseArrays"]
|
||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.SuiteSparse_jll]]
|
||||
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
|
||||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
|
||||
version = "7.2.1+1"
|
||||
|
||||
[[deps.TOML]]
|
||||
deps = ["Dates"]
|
||||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
|
||||
version = "1.0.3"
|
||||
|
||||
[[deps.Tar]]
|
||||
deps = ["ArgTools", "SHA"]
|
||||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Test]]
|
||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[[deps.Tricks]]
|
||||
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
|
||||
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
|
||||
version = "0.1.8"
|
||||
|
||||
[[deps.URIs]]
|
||||
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
|
||||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
||||
version = "1.5.1"
|
||||
|
||||
[[deps.UUIDs]]
|
||||
deps = ["Random", "SHA"]
|
||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
||||
|
@ -1348,26 +1409,38 @@ uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
|
||||
|
||||
[[deps.Unitful]]
|
||||
deps = ["ConstructionBase", "Dates", "LinearAlgebra", "Random"]
|
||||
git-tree-sha1 = "b649200e887a487468b71821e2644382699f1b0f"
|
||||
deps = ["Dates", "LinearAlgebra", "Random"]
|
||||
git-tree-sha1 = "352edac1ad17e018186881b051960bfca78a075a"
|
||||
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
|
||||
version = "1.11.0"
|
||||
version = "1.19.1"
|
||||
|
||||
[deps.Unitful.extensions]
|
||||
ConstructionBaseUnitfulExt = "ConstructionBase"
|
||||
InverseFunctionsUnitfulExt = "InverseFunctions"
|
||||
|
||||
[deps.Unitful.weakdeps]
|
||||
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
|
||||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
|
||||
|
||||
[[deps.Zlib_jll]]
|
||||
deps = ["Libdl"]
|
||||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
|
||||
version = "1.2.13+1"
|
||||
|
||||
[[deps.libblastrampoline_jll]]
|
||||
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
|
||||
version = "5.8.0+1"
|
||||
|
||||
[[deps.nghttp2_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
|
||||
version = "1.52.0+1"
|
||||
|
||||
[[deps.p7zip_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
|
||||
version = "17.4.0+2"
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.19.0
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -262,24 +262,26 @@ PLUTO_PROJECT_TOML_CONTENTS = """
|
|||
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
||||
|
||||
[compat]
|
||||
PlutoUI = "~0.7.37"
|
||||
PlutoUI = "~0.7.59"
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
julia_version = "1.10.3"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "6e7bcec4be6e95d1f85627422d78f10c0391f199"
|
||||
|
||||
[[deps.AbstractPlutoDingetjes]]
|
||||
deps = ["Pkg"]
|
||||
git-tree-sha1 = "8eaf9f1b4921132a4cff3f36a1d9ba923b14a481"
|
||||
git-tree-sha1 = "6e1d2a35f2f90a4bc7c2ed98079b2ba09c35b83a"
|
||||
uuid = "6e696c72-6542-2067-7265-42206c756150"
|
||||
version = "1.1.4"
|
||||
version = "1.3.2"
|
||||
|
||||
[[deps.ArgTools]]
|
||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||
version = "1.1.1"
|
||||
|
||||
[[deps.Artifacts]]
|
||||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
|
||||
|
@ -289,44 +291,50 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
|||
|
||||
[[deps.ColorTypes]]
|
||||
deps = ["FixedPointNumbers", "Random"]
|
||||
git-tree-sha1 = "024fe24d83e4a5bf5fc80501a314ce0d1aa35597"
|
||||
git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
|
||||
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
||||
version = "0.11.0"
|
||||
version = "0.11.5"
|
||||
|
||||
[[deps.CompilerSupportLibraries_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
||||
version = "1.1.1+0"
|
||||
|
||||
[[deps.Dates]]
|
||||
deps = ["Printf"]
|
||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
|
||||
[[deps.Downloads]]
|
||||
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
|
||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
||||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
||||
version = "1.6.0"
|
||||
|
||||
[[deps.FileWatching]]
|
||||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
|
||||
|
||||
[[deps.FixedPointNumbers]]
|
||||
deps = ["Statistics"]
|
||||
git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
|
||||
git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172"
|
||||
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
|
||||
[[deps.Hyperscript]]
|
||||
deps = ["Test"]
|
||||
git-tree-sha1 = "8d511d5b81240fc8e6802386302675bdf47737b9"
|
||||
git-tree-sha1 = "179267cfa5e712760cd43dcae385d7ea90cc25a4"
|
||||
uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
|
||||
[[deps.HypertextLiteral]]
|
||||
git-tree-sha1 = "2b078b5a615c6c0396c77810d92ee8c6f470d238"
|
||||
deps = ["Tricks"]
|
||||
git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653"
|
||||
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
|
||||
version = "0.9.3"
|
||||
version = "0.9.5"
|
||||
|
||||
[[deps.IOCapture]]
|
||||
deps = ["Logging", "Random"]
|
||||
git-tree-sha1 = "f7be53659ab06ddc986428d3a9dcc95f6fa6705a"
|
||||
git-tree-sha1 = "8b72179abc660bfab5e28472e019392b97d0985c"
|
||||
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
|
||||
version = "0.2.2"
|
||||
version = "0.2.4"
|
||||
|
||||
[[deps.InteractiveUtils]]
|
||||
deps = ["Markdown"]
|
||||
|
@ -334,36 +342,49 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|||
|
||||
[[deps.JSON]]
|
||||
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
|
||||
git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
|
||||
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
|
||||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
||||
version = "0.21.3"
|
||||
version = "0.21.4"
|
||||
|
||||
[[deps.LibCURL]]
|
||||
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
|
||||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
|
||||
version = "0.6.4"
|
||||
|
||||
[[deps.LibCURL_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
|
||||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
|
||||
version = "8.4.0+0"
|
||||
|
||||
[[deps.LibGit2]]
|
||||
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
|
||||
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
|
||||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
||||
|
||||
[[deps.LibGit2_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
|
||||
version = "1.6.4+0"
|
||||
|
||||
[[deps.LibSSH2_jll]]
|
||||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
|
||||
version = "1.11.0+1"
|
||||
|
||||
[[deps.Libdl]]
|
||||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
|
||||
|
||||
[[deps.LinearAlgebra]]
|
||||
deps = ["Libdl", "libblastrampoline_jll"]
|
||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
||||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
|
||||
[[deps.Logging]]
|
||||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
||||
|
||||
[[deps.MIMEs]]
|
||||
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
|
||||
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
|
||||
version = "0.1.4"
|
||||
|
||||
[[deps.Markdown]]
|
||||
deps = ["Base64"]
|
||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||
|
@ -371,35 +392,52 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
|||
[[deps.MbedTLS_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
||||
version = "2.28.2+1"
|
||||
|
||||
[[deps.Mmap]]
|
||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
||||
|
||||
[[deps.MozillaCACerts_jll]]
|
||||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
|
||||
version = "2023.1.10"
|
||||
|
||||
[[deps.NetworkOptions]]
|
||||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
|
||||
version = "1.2.0"
|
||||
|
||||
[[deps.OpenBLAS_jll]]
|
||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
||||
version = "0.3.23+4"
|
||||
|
||||
[[deps.Parsers]]
|
||||
deps = ["Dates"]
|
||||
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
|
||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
||||
version = "2.2.3"
|
||||
version = "2.8.1"
|
||||
|
||||
[[deps.Pkg]]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.PlutoUI]]
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
|
||||
git-tree-sha1 = "bf0a1121af131d9974241ba53f601211e9303a9e"
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
|
||||
git-tree-sha1 = "ab55ee1510ad2af0ff674dbcced5e94921f867a9"
|
||||
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
||||
version = "0.7.37"
|
||||
version = "0.7.59"
|
||||
|
||||
[[deps.PrecompileTools]]
|
||||
deps = ["Preferences"]
|
||||
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
|
||||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
|
||||
version = "1.2.1"
|
||||
|
||||
[[deps.Preferences]]
|
||||
deps = ["TOML"]
|
||||
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
|
||||
uuid = "21216c6a-2e73-6563-6e65-726566657250"
|
||||
version = "1.4.3"
|
||||
|
||||
[[deps.Printf]]
|
||||
deps = ["Unicode"]
|
||||
|
@ -410,7 +448,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
|
|||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
||||
|
||||
[[deps.Random]]
|
||||
deps = ["SHA", "Serialization"]
|
||||
deps = ["SHA"]
|
||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
|
||||
[[deps.Reexport]]
|
||||
|
@ -420,6 +458,7 @@ version = "1.2.2"
|
|||
|
||||
[[deps.SHA]]
|
||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
||||
version = "0.7.0"
|
||||
|
||||
[[deps.Serialization]]
|
||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||
|
@ -428,25 +467,44 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
||||
|
||||
[[deps.SparseArrays]]
|
||||
deps = ["LinearAlgebra", "Random"]
|
||||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
|
||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Statistics]]
|
||||
deps = ["LinearAlgebra", "SparseArrays"]
|
||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.SuiteSparse_jll]]
|
||||
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
|
||||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
|
||||
version = "7.2.1+1"
|
||||
|
||||
[[deps.TOML]]
|
||||
deps = ["Dates"]
|
||||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
|
||||
version = "1.0.3"
|
||||
|
||||
[[deps.Tar]]
|
||||
deps = ["ArgTools", "SHA"]
|
||||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Test]]
|
||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[[deps.Tricks]]
|
||||
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
|
||||
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
|
||||
version = "0.1.8"
|
||||
|
||||
[[deps.URIs]]
|
||||
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
|
||||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
||||
version = "1.5.1"
|
||||
|
||||
[[deps.UUIDs]]
|
||||
deps = ["Random", "SHA"]
|
||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
||||
|
@ -457,18 +515,22 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
|
|||
[[deps.Zlib_jll]]
|
||||
deps = ["Libdl"]
|
||||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
|
||||
version = "1.2.13+1"
|
||||
|
||||
[[deps.libblastrampoline_jll]]
|
||||
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
|
||||
version = "5.8.0+1"
|
||||
|
||||
[[deps.nghttp2_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
|
||||
version = "1.52.0+1"
|
||||
|
||||
[[deps.p7zip_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
|
||||
version = "17.4.0+2"
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.18.4
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -74,21 +74,6 @@ First, implement 4 sliders for the variables `a`, `b`, `c` and `d` in the interv
|
|||
# Your code starts here
|
||||
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000001
|
||||
PLUTO_PROJECT_TOML_CONTENTS = """
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
manifest_format = "2.0"
|
||||
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
||||
# ╟─ce10609f-94ee-4b39-95b8-a2573c60b0e7
|
||||
# ╟─148125d2-aed5-11ec-2e5b-715891a04c69
|
||||
|
@ -97,5 +82,3 @@ manifest_format = "2.0"
|
|||
# ╠═0bde137a-bc78-4204-971a-999c66eada47
|
||||
# ╟─f6981f2f-03ca-4f54-8ba1-bb1ad3bc201a
|
||||
# ╠═5959e8ce-6526-439e-8d5f-a45e3f2d9b26
|
||||
# ╟─00000000-0000-0000-0000-000000000001
|
||||
# ╟─00000000-0000-0000-0000-000000000002
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.18.4
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.19.0
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -71,9 +71,7 @@ Because you should avoid using global variables in Julia and instead only call f
|
|||
|
||||
Julia has a very good integration in VS Code. VS Codium is the free open source version of VS Code without proprietary code and telemetry. Both will do the job. Just start one of them after installation, go the extensions tab on the sidebar, type in Julia and install the Julia extension.
|
||||
|
||||
Now, you can edit Julia files with autocomplition, real-time feedback, formatting (you might need to set up formatting on save) and other features that you can find about in the documentation of the extension:
|
||||
|
||||
https://www.julia-vscode.org/docs/stable/
|
||||
Now, you can edit Julia files with autocomplition, real-time feedback, formatting (you might need to set up formatting on save) and other features that you can find about in [the documentation of the extension](https://www.julia-vscode.org/docs/stable/).
|
||||
|
||||
Code written in normal Julia files can be run using one of these three methods:
|
||||
|
||||
|
@ -81,9 +79,9 @@ Code written in normal Julia files can be run using one of these three methods:
|
|||
|
||||
2. You can run it using the following command in the terminal:
|
||||
|
||||
julia --project=. FILENAME.jl
|
||||
julia --project FILENAME.jl
|
||||
|
||||
The `--project` argument tells Julia to use the environment in the current path. See section about environments in this notebook.
|
||||
The `--project` argument tells Julia to use the environment in the current directory. See section about environments in this notebook.
|
||||
|
||||
3. You can launch Julia, activate the project environment and run the functions defined in the Julia file after importing using the following in Julia:
|
||||
|
||||
|
@ -107,9 +105,9 @@ in a Pluto notebook, Pluto takes care of downloading and adding the package to t
|
|||
|
||||
To enter a project environment, you create a project directory and `cd` into it in the terminal. Then, you launch julia
|
||||
|
||||
julia --project=.
|
||||
julia --project
|
||||
|
||||
The argument `--project=.` activates a project environment in your current path (project directory). To add packages to your project environment, press `]` to activate the package manager prompt and then run the following:
|
||||
The argument `--project` activates a project environment in your current directory (project directory). To add packages to your project environment, press `]` to activate the package manager prompt and then run the following:
|
||||
|
||||
add PACKAGENAME
|
||||
|
||||
|
@ -143,9 +141,7 @@ The REPL does support tab autocompletion. Just press tab one time to autocomplet
|
|||
|
||||
It REPL also supports history. If you press arrow up or down, you can navigate the execution history. You can also press `CTRL+R` to see the a list of all last commands. You can search in this history and then press enter.
|
||||
|
||||
If you want syntax highlighting in your REPL, add the package `OhMyREPL` to your **global** environment and let this package be imported always on startup as described in the documentation:
|
||||
|
||||
https://kristofferc.github.io/OhMyREPL.jl/latest/installation/
|
||||
If you want syntax highlighting in your REPL, add the package `OhMyREPL` to your **global** environment and let this package be imported always on startup as described in [the documentation](https://kristofferc.github.io/OhMyREPL.jl/latest/installation/).
|
||||
"""
|
||||
|
||||
# ╔═╡ 0e53e4ee-16a7-47ef-9992-77cbfd1ed258
|
||||
|
@ -194,7 +190,7 @@ Before trying to use multithreading, make sure that you launch Julia with multip
|
|||
|
||||
julia -t auto
|
||||
|
||||
You can append `--project=.` and other arguments to it.
|
||||
You can append `--project` and other arguments to it.
|
||||
|
||||
`-t` is an alias to `--threads`. `auto` automatically determines how many threads your PC supports. You can also replace `auto` by the number of threads that you want to use. This number can not be bigger than the number of threads that your computer supports.
|
||||
"""
|
||||
|
@ -399,9 +395,7 @@ Most important performance tips:
|
|||
|
||||
These are some of the tips in the official documentation of Julia.
|
||||
|
||||
If you are writing performance critical code in Julia, make sure you have a **very good relationship** with all performance tips in the documentation:
|
||||
|
||||
https://docs.julialang.org/en/v1/manual/performance-tips/
|
||||
If you are writing performance critical code in Julia, make sure you have a **very good relationship** with [all performance tips in the documentation](https://docs.julialang.org/en/v1/manual/performance-tips/).
|
||||
"""
|
||||
|
||||
# ╔═╡ 32981b03-edb9-417f-b5e0-c652e3ac715c
|
||||
|
@ -522,25 +516,27 @@ PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
|||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
|
||||
[compat]
|
||||
BenchmarkTools = "~1.3.1"
|
||||
PlutoUI = "~0.7.38"
|
||||
BenchmarkTools = "~1.3.2"
|
||||
PlutoUI = "~0.7.59"
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
julia_version = "1.10.3"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "b790568b1825bfdc3aa4caa97bcfe041482b08cd"
|
||||
|
||||
[[deps.AbstractPlutoDingetjes]]
|
||||
deps = ["Pkg"]
|
||||
git-tree-sha1 = "8eaf9f1b4921132a4cff3f36a1d9ba923b14a481"
|
||||
git-tree-sha1 = "6e1d2a35f2f90a4bc7c2ed98079b2ba09c35b83a"
|
||||
uuid = "6e696c72-6542-2067-7265-42206c756150"
|
||||
version = "1.1.4"
|
||||
version = "1.3.2"
|
||||
|
||||
[[deps.ArgTools]]
|
||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||
version = "1.1.1"
|
||||
|
||||
[[deps.Artifacts]]
|
||||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
|
||||
|
@ -550,50 +546,56 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
|||
|
||||
[[deps.BenchmarkTools]]
|
||||
deps = ["JSON", "Logging", "Printf", "Profile", "Statistics", "UUIDs"]
|
||||
git-tree-sha1 = "4c10eee4af024676200bc7752e536f858c6b8f93"
|
||||
git-tree-sha1 = "d9a9701b899b30332bbcb3e1679c41cce81fb0e8"
|
||||
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
|
||||
[[deps.ColorTypes]]
|
||||
deps = ["FixedPointNumbers", "Random"]
|
||||
git-tree-sha1 = "024fe24d83e4a5bf5fc80501a314ce0d1aa35597"
|
||||
git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
|
||||
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
||||
version = "0.11.0"
|
||||
version = "0.11.5"
|
||||
|
||||
[[deps.CompilerSupportLibraries_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
||||
version = "1.1.1+0"
|
||||
|
||||
[[deps.Dates]]
|
||||
deps = ["Printf"]
|
||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
|
||||
[[deps.Downloads]]
|
||||
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
|
||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
||||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
||||
version = "1.6.0"
|
||||
|
||||
[[deps.FileWatching]]
|
||||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
|
||||
|
||||
[[deps.FixedPointNumbers]]
|
||||
deps = ["Statistics"]
|
||||
git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
|
||||
git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172"
|
||||
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
|
||||
[[deps.Hyperscript]]
|
||||
deps = ["Test"]
|
||||
git-tree-sha1 = "8d511d5b81240fc8e6802386302675bdf47737b9"
|
||||
git-tree-sha1 = "179267cfa5e712760cd43dcae385d7ea90cc25a4"
|
||||
uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
|
||||
[[deps.HypertextLiteral]]
|
||||
git-tree-sha1 = "2b078b5a615c6c0396c77810d92ee8c6f470d238"
|
||||
deps = ["Tricks"]
|
||||
git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653"
|
||||
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
|
||||
version = "0.9.3"
|
||||
version = "0.9.5"
|
||||
|
||||
[[deps.IOCapture]]
|
||||
deps = ["Logging", "Random"]
|
||||
git-tree-sha1 = "f7be53659ab06ddc986428d3a9dcc95f6fa6705a"
|
||||
git-tree-sha1 = "8b72179abc660bfab5e28472e019392b97d0985c"
|
||||
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
|
||||
version = "0.2.2"
|
||||
version = "0.2.4"
|
||||
|
||||
[[deps.InteractiveUtils]]
|
||||
deps = ["Markdown"]
|
||||
|
@ -601,36 +603,49 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|||
|
||||
[[deps.JSON]]
|
||||
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
|
||||
git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
|
||||
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
|
||||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
||||
version = "0.21.3"
|
||||
version = "0.21.4"
|
||||
|
||||
[[deps.LibCURL]]
|
||||
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
|
||||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
|
||||
version = "0.6.4"
|
||||
|
||||
[[deps.LibCURL_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
|
||||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
|
||||
version = "8.4.0+0"
|
||||
|
||||
[[deps.LibGit2]]
|
||||
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
|
||||
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
|
||||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
||||
|
||||
[[deps.LibGit2_jll]]
|
||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
|
||||
version = "1.6.4+0"
|
||||
|
||||
[[deps.LibSSH2_jll]]
|
||||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
|
||||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
|
||||
version = "1.11.0+1"
|
||||
|
||||
[[deps.Libdl]]
|
||||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
|
||||
|
||||
[[deps.LinearAlgebra]]
|
||||
deps = ["Libdl", "libblastrampoline_jll"]
|
||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
||||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
|
||||
[[deps.Logging]]
|
||||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
||||
|
||||
[[deps.MIMEs]]
|
||||
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
|
||||
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
|
||||
version = "0.1.4"
|
||||
|
||||
[[deps.Markdown]]
|
||||
deps = ["Base64"]
|
||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||
|
@ -638,35 +653,52 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
|||
[[deps.MbedTLS_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
||||
version = "2.28.2+1"
|
||||
|
||||
[[deps.Mmap]]
|
||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
||||
|
||||
[[deps.MozillaCACerts_jll]]
|
||||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
|
||||
version = "2023.1.10"
|
||||
|
||||
[[deps.NetworkOptions]]
|
||||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
|
||||
version = "1.2.0"
|
||||
|
||||
[[deps.OpenBLAS_jll]]
|
||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
||||
version = "0.3.23+4"
|
||||
|
||||
[[deps.Parsers]]
|
||||
deps = ["Dates"]
|
||||
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
|
||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
||||
version = "2.2.3"
|
||||
version = "2.8.1"
|
||||
|
||||
[[deps.Pkg]]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.PlutoUI]]
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
|
||||
git-tree-sha1 = "670e559e5c8e191ded66fa9ea89c97f10376bb4c"
|
||||
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
|
||||
git-tree-sha1 = "ab55ee1510ad2af0ff674dbcced5e94921f867a9"
|
||||
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
||||
version = "0.7.38"
|
||||
version = "0.7.59"
|
||||
|
||||
[[deps.PrecompileTools]]
|
||||
deps = ["Preferences"]
|
||||
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
|
||||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
|
||||
version = "1.2.1"
|
||||
|
||||
[[deps.Preferences]]
|
||||
deps = ["TOML"]
|
||||
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
|
||||
uuid = "21216c6a-2e73-6563-6e65-726566657250"
|
||||
version = "1.4.3"
|
||||
|
||||
[[deps.Printf]]
|
||||
deps = ["Unicode"]
|
||||
|
@ -681,7 +713,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
|
|||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
||||
|
||||
[[deps.Random]]
|
||||
deps = ["SHA", "Serialization"]
|
||||
deps = ["SHA"]
|
||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
|
||||
[[deps.Reexport]]
|
||||
|
@ -691,6 +723,7 @@ version = "1.2.2"
|
|||
|
||||
[[deps.SHA]]
|
||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
||||
version = "0.7.0"
|
||||
|
||||
[[deps.Serialization]]
|
||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||
|
@ -699,25 +732,44 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
||||
|
||||
[[deps.SparseArrays]]
|
||||
deps = ["LinearAlgebra", "Random"]
|
||||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
|
||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Statistics]]
|
||||
deps = ["LinearAlgebra", "SparseArrays"]
|
||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.SuiteSparse_jll]]
|
||||
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
|
||||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
|
||||
version = "7.2.1+1"
|
||||
|
||||
[[deps.TOML]]
|
||||
deps = ["Dates"]
|
||||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
|
||||
version = "1.0.3"
|
||||
|
||||
[[deps.Tar]]
|
||||
deps = ["ArgTools", "SHA"]
|
||||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
|
||||
version = "1.10.0"
|
||||
|
||||
[[deps.Test]]
|
||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[[deps.Tricks]]
|
||||
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
|
||||
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
|
||||
version = "0.1.8"
|
||||
|
||||
[[deps.URIs]]
|
||||
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
|
||||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
||||
version = "1.5.1"
|
||||
|
||||
[[deps.UUIDs]]
|
||||
deps = ["Random", "SHA"]
|
||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
||||
|
@ -728,18 +780,22 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
|
|||
[[deps.Zlib_jll]]
|
||||
deps = ["Libdl"]
|
||||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
|
||||
version = "1.2.13+1"
|
||||
|
||||
[[deps.libblastrampoline_jll]]
|
||||
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
|
||||
version = "5.8.0+1"
|
||||
|
||||
[[deps.nghttp2_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
|
||||
version = "1.52.0+1"
|
||||
|
||||
[[deps.p7zip_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
|
||||
version = "17.4.0+2"
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.19.0
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -19,7 +19,7 @@ Write a function in the `sub.jl` file. Include this code in the `main.jl` file u
|
|||
|
||||
Now, define a new function in `main.jl` that uses the function from `sub.jl`. Use `Measurements.jl` for some error calculation in one of these functions.
|
||||
|
||||
Run Julia with the `--project=.` argument.
|
||||
Run Julia with the `--project` argument.
|
||||
|
||||
Include only the `main.jl` file. Now run the function defined in `main.jl`.
|
||||
"""
|
||||
|
@ -63,25 +63,8 @@ Plot the "squaring difference" of `i` against `i`.
|
|||
# Your code starts here
|
||||
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000001
|
||||
PLUTO_PROJECT_TOML_CONTENTS = """
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
manifest_format = "2.0"
|
||||
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
||||
# ╟─95f0a7c8-b065-11ec-0bd4-a9be6aca0c47
|
||||
# ╟─c2bbace2-3585-4a40-b54f-d466dd735716
|
||||
# ╟─53bbb6c2-b264-4892-8e18-af8a1a5d5c2d
|
||||
# ╠═98112d63-c9df-4f4d-b961-ad26c76dd118
|
||||
# ╟─00000000-0000-0000-0000-000000000001
|
||||
# ╟─00000000-0000-0000-0000-000000000002
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.19.0
|
||||
# v0.19.42
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -192,21 +192,6 @@ to generate a `2 × 2` matrix with complex numbers with real and imaginary parts
|
|||
# Your code starts here
|
||||
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000001
|
||||
PLUTO_PROJECT_TOML_CONTENTS = """
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ 00000000-0000-0000-0000-000000000002
|
||||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.7.2"
|
||||
manifest_format = "2.0"
|
||||
|
||||
[deps]
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
||||
# ╟─b11b2fda-b13e-11ec-0b00-13a7cf45371c
|
||||
# ╠═04c7c619-e770-415b-ad52-37e0e0e2d2f4
|
||||
|
@ -224,5 +209,3 @@ manifest_format = "2.0"
|
|||
# ╠═070e9dc2-884c-4a3b-873a-9a9ebf40c7c6
|
||||
# ╟─61970ee5-bb70-465a-a940-257a5437574a
|
||||
# ╠═eccf0ed9-fe65-4872-8e11-e94a49e642d2
|
||||
# ╟─00000000-0000-0000-0000-000000000001
|
||||
# ╟─00000000-0000-0000-0000-000000000002
|
21
export.jl
Normal file
21
export.jl
Normal file
|
@ -0,0 +1,21 @@
|
|||
import PlutoSliderServer
|
||||
|
||||
notebook_paths = [
|
||||
"day-1/main.jl",
|
||||
"day-1/tasks.jl",
|
||||
"day-2/main.jl",
|
||||
"day-2/tasks.jl",
|
||||
"day-3/main.jl",
|
||||
"day-3/tasks.jl",
|
||||
"day-4/main.jl",
|
||||
"day-4/tasks.jl",
|
||||
"day-5/main.jl",
|
||||
"day-5/tasks.jl",
|
||||
]
|
||||
|
||||
PlutoSliderServer.export_directory(;
|
||||
notebook_paths,
|
||||
Export_create_index=false,
|
||||
Export_offer_binder=false,
|
||||
Export_output_dir="export",
|
||||
)
|
11
export/404.html
Normal file
11
export/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>How 2 Julia</title>
|
||||
</head>
|
||||
<body style="text-align: center;">
|
||||
<p>Not found!</p>
|
||||
</body>
|
||||
</html>
|
67
export/index.html
Normal file
67
export/index.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>How 2 Julia</title>
|
||||
</head>
|
||||
<body style="text-align: center;">
|
||||
<h1>How 2 Julia</h1>
|
||||
|
||||
<h4>A 5-day Julia course</h4>
|
||||
|
||||
<p>
|
||||
The notebooks are built with interactivity in mind but the links below let you only view them. If you want to use the notebooks interactively, follow the README instructions in the <a href="https://codeberg.org/mo8it/how-2-julia">course repository</a>.
|
||||
</p>
|
||||
|
||||
<table style="margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-collapse: collapse">
|
||||
<tr style="border-bottom: 1px solid black;">
|
||||
<td style="padding: 12px;">Day 1</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-1/main.html">Main notebook</a>
|
||||
</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-1/tasks.html">Tasks notebook</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border-bottom: 1px solid black;">
|
||||
<td style="padding: 12px;">Day 2</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-2/main.html">Main notebook</a>
|
||||
</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-2/tasks.html">Tasks notebook</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border-bottom: 1px solid black;">
|
||||
<td style="padding: 12px;">Day 3</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-3/main.html">Main notebook</a>
|
||||
</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-3/tasks.html">Tasks notebook</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border-bottom: 1px solid black;">
|
||||
<td style="padding: 12px;">Day 4</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-4/main.html">Main notebook</a>
|
||||
</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-4/tasks.html">Tasks notebook</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 12px;">Day 5</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-5/main.html">Main notebook</a>
|
||||
</td>
|
||||
<td style="padding: 12px;">
|
||||
<a href="day-5/tasks.html">Tasks notebook</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue