diff --git a/pluto_notebooks/qft.jl b/pluto_notebooks/qft.jl index 16d5900..316f427 100644 --- a/pluto_notebooks/qft.jl +++ b/pluto_notebooks/qft.jl @@ -88,12 +88,12 @@ end md""" To run this notebook qft.jl locally, copy and paste the following into your Julia REPL: -```julia-repl -julia> using Pkg; Pkg.activate(temp=true); Pkg.add("Pluto") -julia> BASE_URL = "https://raw.githubusercontent.com/tensor4all/T4APlutoExamples/refs/heads/main/pluto_notebooks/" -julia> notebook = "qft.jl" -julia> url = joinpath(BASE_URL, notebook) -julia> using Pluto; Pluto.run(notebook=download(url)) +``` +using Pkg; Pkg.activate(temp=true); Pkg.add("Pluto") +BASE_URL = "https://raw.githubusercontent.com/tensor4all/T4APlutoExamples/refs/heads/main/pluto_notebooks/" +notebook = "qft.jl" +url = joinpath(BASE_URL, notebook) +using Pluto; Pluto.run(notebook=download(url)) ``` """