Multiple definitions for x
Combine all definitions into a single reactive cell using a `begin ... end` block.
👀 Reading hidden code
x = 123
👀 Reading hidden code
Enter cell code...
👀 Reading hidden code
👀 Reading hidden code
👀 Reading hidden code
👀 Reading hidden code
👀 Reading hidden code
👀 Reading hidden code
using PlutoUI
👀 Reading hidden code
using PlutoUI .ExperimentalLayout
👀 Reading hidden code
using HypertextLiteral
: @htl, @htl_str
👀 Reading hidden code
using Plots
UndefVarError: grid not defined
Here is what happened, the most recent locations are first:
grid([
"hello" "world"
"xoxo" "fonsi"
])
👀 Reading hidden code
WARNING: both ExperimentalLayout and Plots export "grid"; uses of it in module workspace#6 must be qualified
Multiple definitions for x
Combine all definitions into a single reactive cell using a `begin ... end` block.
myslider = @bind x Slider(1:12)
👀 Reading hidden code
Another cell defining x contains errors.
Try asking on Julia Discourse!
data = rand(x)
👀 Reading hidden code
Another cell defining x contains errors.
text = Text(repeat("pluto ", x))
👀 Reading hidden code
grid([
myslider embed_display(data)
text text
])
👀 Reading hidden code
To learn a bit more about PlutoUI.ExperimentalLayout
, open https://github.com/fonsp/PlutoUI.jl/blob/main/src/Layout.jl in pluto
👀 Reading hidden code