Created
November 11, 2020 12:43
-
-
Save fonsp/f18a799f71ac42ef4132b82d38b4203d 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.12.7 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ ba8685e0-241a-11eb-28cb-5b561f0c541f | |
begin | |
using Pkg | |
true, @__MODULE__ | |
end | |
# ╔═╡ c55984e0-241a-11eb-3420-5bf876ed9e84 | |
try | |
Pkg | |
true | |
catch | |
false | |
end, @__MODULE__ | |
# ╔═╡ c6233d80-241a-11eb-3367-5b8b6f2382a1 | |
try | |
Pkg | |
true | |
catch | |
false | |
end, @__MODULE__ | |
# ╔═╡ Cell order: | |
# ╠═ba8685e0-241a-11eb-28cb-5b561f0c541f | |
# ╠═c55984e0-241a-11eb-3420-5bf876ed9e84 | |
# ╠═c6233d80-241a-11eb-3367-5b8b6f2382a1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment