Skip to content

Commit

Permalink
Treat as Julia code
Browse files Browse the repository at this point in the history
Please enter the commit message for your changes. Lines starting
  • Loading branch information
terasakisatoshi committed Sep 27, 2024
1 parent cc23b3d commit 035a449
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pluto_notebooks/qft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
```
"""

Expand Down

0 comments on commit 035a449

Please sign in to comment.