This is a test notebook to see how sharing capability works.
unlisted
ubuntu2204### A Pluto.jl notebook ###1# v0.19.3623using Markdown4using InteractiveUtils56# ╔═╡ c1d28d45-f10e-4854-8492-3063116990a37begin8using Pkg9Pkg.activate("makie", shared=true)10Pkg.status()11end1213# ╔═╡ f2cae2e7-7c9c-490c-af02-99a7d9dea94214begin15using FFTW, Plots16x = LinRange(0, 2π, 361)[1:end-1]17y = sin.(x) + 5cos.(50x)18ŷ = fftshift(fft(y))19end2021# ╔═╡ 8a27753f-1bfa-45f1-863d-4fa4bb513a5822begin23plot(real.(ŷ), line=:stem, label = "real")24plot!(imag.(ŷ), line=:stem, label = "imag")25end2627# ╔═╡ 97628518-9b3f-49a5-a232-78f0cb146bd928versioninfo()2930# ╔═╡ 70e86a5b-a6a8-4b10-9d7a-56f6544a9e0931begin32readdir("/ext/julia/depot/packages")33end3435# ╔═╡ edbba1f8-72bc-40ed-b7dc-358f8dbef1dd363738# ╔═╡ Cell order:39# ╠═c1d28d45-f10e-4854-8492-3063116990a340# ╠═f2cae2e7-7c9c-490c-af02-99a7d9dea94241# ╠═8a27753f-1bfa-45f1-863d-4fa4bb513a5842# ╠═97628518-9b3f-49a5-a232-78f0cb146bd943# ╠═70e86a5b-a6a8-4b10-9d7a-56f6544a9e0944# ╠═edbba1f8-72bc-40ed-b7dc-358f8dbef1dd454647