Skip to content

Commit 4c2ac21

Browse files
committed
whitespace
1 parent a7c7a0a commit 4c2ac21

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

src/week0/basic_syntax.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.19.14
2+
# v0.19.25
33

44
using Markdown
55
using InteractiveUtils

src/week0/plots_tutorial.jl

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
### A Pluto.jl notebook ###
2-
# v0.19.14
2+
# v0.19.25
33

44
using Markdown
55
using InteractiveUtils
66

7+
# ╔═╡ 1ccb3a84-88d4-11eb-2499-91af66e78e89
8+
using Plots
9+
10+
# ╔═╡ 3fa5970e-8d82-11eb-302e-d53a453e984f
11+
using SpecialFunctions
12+
13+
# ╔═╡ 2e8a0d14-8d6a-11eb-3a36-01676cf20447
14+
using VegaLite, VegaDatasets
15+
16+
# ╔═╡ a400134c-8dc7-11eb-3a29-f99c5910de8c
17+
using DataFrames
18+
19+
# ╔═╡ 8d4852d8-88d4-11eb-10e6-51c750d36b54
20+
using PlutoUI
21+
722
# ╔═╡ 47452d72-88d6-11eb-27ef-bbc1d061060d
823
md"""
924
## Resources
@@ -26,9 +41,6 @@ This is a known problem. We know, we know, Julia is fast, just grab some coffee
2641
☕☕☕☕☕☕☕☕☕
2742
"""
2843

29-
# ╔═╡ 1ccb3a84-88d4-11eb-2499-91af66e78e89
30-
using Plots
31-
3244
# ╔═╡ 4316799c-88d4-11eb-0e83-a7df319711ad
3345
md"""
3446
## Hello World
@@ -174,9 +186,6 @@ begin
174186
areaplot(1:3, M, seriescolor = [:red :green :blue ], fillalpha = [0.2 0.3 0.4])
175187
end
176188

177-
# ╔═╡ 3fa5970e-8d82-11eb-302e-d53a453e984f
178-
using SpecialFunctions
179-
180189
# ╔═╡ b8435896-8d81-11eb-3d44-7db7b987f992
181190
let
182191
f = x->exp(-x^2/2)/√(2π)
@@ -229,9 +238,6 @@ md"""
229238
## VegaLite
230239
"""
231240

232-
# ╔═╡ 2e8a0d14-8d6a-11eb-3a36-01676cf20447
233-
using VegaLite, VegaDatasets
234-
235241
# ╔═╡ 78f0c7c6-8d6a-11eb-29f4-af99ddf71960
236242
@vlplot(:point, rand(10), rand(10) )
237243

@@ -256,9 +262,6 @@ end
256262
# ╔═╡ c0494eba-8dc7-11eb-3c1a-1f19979a4f4a
257263
scatter( d[!,:longitude], d[!,:latitude], m=:., ms=1, xlim=(-150,-50), ylim=(20,55))
258264

259-
# ╔═╡ a400134c-8dc7-11eb-3a29-f99c5910de8c
260-
using DataFrames
261-
262265
# ╔═╡ 3395ee1c-8d81-11eb-3e94-b1373d69dc93
263266

264267

@@ -299,9 +302,6 @@ end
299302
# ╔═╡ 71d1e4f0-8dad-11eb-368c-4b8bf284f5ec
300303

301304

302-
# ╔═╡ 8d4852d8-88d4-11eb-10e6-51c750d36b54
303-
using PlutoUI
304-
305305
# ╔═╡ eb3e721e-88d4-11eb-1f09-cfba69f498d4
306306
TableOfContents()
307307

@@ -328,9 +328,9 @@ VegaLite = "~2.6.0"
328328
PLUTO_MANIFEST_TOML_CONTENTS = """
329329
# This file is machine-generated - editing it directly is not advised
330330
331-
julia_version = "1.8.0"
331+
julia_version = "1.8.5"
332332
manifest_format = "2.0"
333-
project_hash = "114cb1641be888e704bca00b48344485e91cb389"
333+
project_hash = "d43b0b24dd1dccc12b1eb4a699a68c8b72f92623"
334334
335335
[[deps.AbstractPlutoDingetjes]]
336336
deps = ["Pkg"]
@@ -360,7 +360,7 @@ uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
360360
version = "1.0.8+0"
361361
362362
[[deps.Cairo_jll]]
363-
deps = ["Artifacts", "Bzip2_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
363+
deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
364364
git-tree-sha1 = "4b859a208b2397a7a623a03449e4636bdb17bcf2"
365365
uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a"
366366
version = "1.16.1+1"
@@ -416,7 +416,7 @@ version = "4.3.0"
416416
[[deps.CompilerSupportLibraries_jll]]
417417
deps = ["Artifacts", "Libdl"]
418418
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
419-
version = "0.5.2+0"
419+
version = "1.0.1+0"
420420
421421
[[deps.ConstructionBase]]
422422
deps = ["LinearAlgebra"]
@@ -592,9 +592,9 @@ version = "0.21.0+0"
592592
593593
[[deps.Glib_jll]]
594594
deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Pkg", "Zlib_jll"]
595-
git-tree-sha1 = "fb83fbe02fe57f2c068013aa94bcdf6760d3a7a7"
595+
git-tree-sha1 = "d3b3624125c1474292d0d8ed0f65554ac37ddb23"
596596
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
597-
version = "2.74.0+1"
597+
version = "2.74.0+2"
598598
599599
[[deps.Graphite2_jll]]
600600
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -780,9 +780,9 @@ version = "1.42.0+0"
780780
781781
[[deps.Libiconv_jll]]
782782
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
783-
git-tree-sha1 = "42b62845d70a619f063a7da093d995ec8e15e778"
783+
git-tree-sha1 = "c7cb1f5d892775ba13767a87c7ada0b980ea0a71"
784784
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
785-
version = "1.16.1+1"
785+
version = "1.16.1+2"
786786
787787
[[deps.Libmount_jll]]
788788
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -1007,9 +1007,9 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10071007
10081008
[[deps.Qt5Base_jll]]
10091009
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Fontconfig_jll", "Glib_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "OpenSSL_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libxcb_jll", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_keysyms_jll", "Xorg_xcb_util_renderutil_jll", "Xorg_xcb_util_wm_jll", "Zlib_jll", "xkbcommon_jll"]
1010-
git-tree-sha1 = "c6c0f690d0cc7caddb74cef7aa847b824a16b256"
1010+
git-tree-sha1 = "0c03844e2231e12fda4d0086fd7cbe4098ee8dc5"
10111011
uuid = "ea2cea3b-5b76-57ae-a6ef-0a8af62496e1"
1012-
version = "5.15.3+1"
1012+
version = "5.15.3+2"
10131013
10141014
[[deps.Quadmath]]
10151015
deps = ["Printf", "Random", "Requires"]
@@ -1161,7 +1161,7 @@ version = "1.10.0"
11611161
[[deps.Tar]]
11621162
deps = ["ArgTools", "SHA"]
11631163
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
1164-
version = "1.10.0"
1164+
version = "1.10.1"
11651165
11661166
[[deps.TensorCore]]
11671167
deps = ["LinearAlgebra"]

0 commit comments

Comments
 (0)