Last active
June 10, 2021 20:00
-
-
Save fonsp/44e72741cefb6041506cb8c7040db1a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.15.0 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ ffadbd73-346c-42f2-8a42-fda58ad61142 | |
using HypertextLiteral, PlutoUI | |
# ╔═╡ 239bd70d-e64f-4261-98d7-d0a6899f1de7 | |
@htl(""" | |
<blockquote> | |
Climate change is the problem of our time, it’s everyone’s problem, and most of our problem-solvers are assuming that someone else will solve it. | |
</blockquote> | |
<span>Bret Victor, <a href="http://worrydream.com/ClimateChange/"><em>What can a technologist do about climate change?</em></a></span> | |
""") | |
# ╔═╡ 93988013-38d9-47df-a785-c45f1b3e0c7b | |
1+1 | |
# ╔═╡ 00000000-0000-0000-0000-000000000001 | |
PLUTO_PROJECT_TOML_CONTENTS = """ | |
[deps] | |
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2" | |
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8" | |
[compat] | |
HypertextLiteral = "~0.7.0" | |
PlutoUI = "~0.7.9" | |
""" | |
# ╔═╡ 00000000-0000-0000-0000-000000000002 | |
PLUTO_MANIFEST_TOML_CONTENTS = """ | |
# This file is machine-generated - editing it directly is not advised | |
[[Base64]] | |
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | |
[[Dates]] | |
deps = ["Printf"] | |
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | |
[[HypertextLiteral]] | |
git-tree-sha1 = "3cd97ad41c50d81e698ec625d52753556cab994e" | |
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2" | |
version = "0.7.0" | |
[[InteractiveUtils]] | |
deps = ["Markdown"] | |
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | |
[[JSON]] | |
deps = ["Dates", "Mmap", "Parsers", "Unicode"] | |
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4" | |
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | |
version = "0.21.1" | |
[[Logging]] | |
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
[[Markdown]] | |
deps = ["Base64"] | |
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | |
[[Mmap]] | |
uuid = "a63ad114-7e13-5084-954f-fe012c677804" | |
[[Parsers]] | |
deps = ["Dates"] | |
git-tree-sha1 = "c8abc88faa3f7a3950832ac5d6e690881590d6dc" | |
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | |
version = "1.1.0" | |
[[PlutoUI]] | |
deps = ["Base64", "Dates", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "Suppressor"] | |
git-tree-sha1 = "44e225d5837e2a2345e69a1d1e01ac2443ff9fcb" | |
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8" | |
version = "0.7.9" | |
[[Printf]] | |
deps = ["Unicode"] | |
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
[[Random]] | |
deps = ["Serialization"] | |
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
[[Reexport]] | |
git-tree-sha1 = "5f6c21241f0f655da3952fd60aa18477cf96c220" | |
uuid = "189a3867-3050-52da-a836-e630ba90ab69" | |
version = "1.1.0" | |
[[Serialization]] | |
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | |
[[Suppressor]] | |
git-tree-sha1 = "a819d77f31f83e5792a76081eee1ea6342ab8787" | |
uuid = "fd094767-a336-5f1f-9728-57cf17d0bbfb" | |
version = "0.2.0" | |
[[Unicode]] | |
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" | |
""" | |
# ╔═╡ Cell order: | |
# ╠═ffadbd73-346c-42f2-8a42-fda58ad61142 | |
# ╟─239bd70d-e64f-4261-98d7-d0a6899f1de7 | |
# ╠═93988013-38d9-47df-a785-c45f1b3e0c7b | |
# ╟─00000000-0000-0000-0000-000000000001 | |
# ╟─00000000-0000-0000-0000-000000000002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment