👀 Reading hidden code
import Pluto
"https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl"
👀 Reading hidden code
url = "https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl"
Another cell defining filename contains errors.
Computers are hard!
👀 Reading hidden code
HTTP/2 404 while requesting https://featured.plutojl.org/basic/Tower%20of%20Hanoi.jl
Here is what happened, the most recent locations are first:
- anonymous functionfrom Downloads.jl:243
- arg_write
(f::Downloads.var"#3#4"{Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Nothing, String}, arg::Nothing) from ArgTools.jl:101 - #download#2from Downloads.jl:230
- download
(url::String, output::Nothing) from Downloads.jl:230 - #invokelatest#2from essentials.jl:716
- invokelatestfrom essentials.jl:714
- do_downloadfrom download.jl:24
- downloadfrom download.jl:20
- from This cell: line 1
filename = download(url)
Silly computer!
filename = download(url)
👀 Reading hidden code
"wJerMSuI"
nothing
nothing
"/"
"127.0.0.1"
nothing
1234
true
false
true
"/home/runner/work/disorganised-mess/disorganised-mess/"
false
false
0.4
false
nothing
false
0.0
0.0
"data:text/javascript;base64,"
#1 (generic function with 1 method)
true
true
true
true
true
nothing
false
true
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
nothing
"no"
"no"
2
s = Pluto.ServerSession()
👀 Reading hidden code
Another cell defining filename contains errors.
Maybe time for a break? ☕️
nb = Pluto.SessionActions.open(s, filename; run_async=false)
👀 Reading hidden code
using PlutoUI
👀 Reading hidden code
Another cell defining filename contains errors.
Pluto.where_referenced(nb.topology, Set([:move]))
👀 Reading hidden code
Another cell defining filename contains errors.
@bind whichcell_id Slider(nb.cell_order)
👀 Reading hidden code
Another cell defining filename contains errors.
nb.topology.nodes[fav_cell]
👀 Reading hidden code
Another cell defining filename contains errors.
nb.cells_dict[whichcell_id].code |> Text
👀 Reading hidden code
Another cell defining filename contains errors.
fav_cell = nb.cells_dict[whichcell_id]
👀 Reading hidden code
# nb.cells_dict[whichcell].metadata["luca"] = "ferranti"
👀 Reading hidden code
Another cell defining filename contains errors.
Pluto.save_notebook(nb)
👀 Reading hidden code
Another cell defining filename contains errors.
filter(nb.cells) do c
occursin("recipe", c.code)
end
👀 Reading hidden code
Another cell defining filename contains errors.
Pluto.SessionActions.shutdown(s, nb)
👀 Reading hidden code