Skip to content

Instantly share code, notes, and snippets.

@fonsp
Created November 11, 2020 12:43
Show Gist options
  • Save fonsp/f18a799f71ac42ef4132b82d38b4203d to your computer and use it in GitHub Desktop.
Save fonsp/f18a799f71ac42ef4132b82d38b4203d to your computer and use it in GitHub Desktop.
### 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