Michiel Dral

Results 79 comments of Michiel Dral

Smaller example ``` # ╔═╡ 5919be3d-f8ce-4a0a-ab36-2d3975ca9aa9 using PlutoUI # ╔═╡ b9bf1762-9a6a-4a78-9240-2adace14d2e2 begin br = 10 for _ in a br end end ```

Ideally we'd be parsing the actual docstring/definition from the (macro expanded) code, that's on the todo list somewhere.

```julia onclick(button) do ... end ``` :o

Do you want the screenshot stored in the notebook as well? The problem is that this could be doable, but will have to put the image content, encoded in the...

We'll never support it buuuutttt... If https://github.com/fonsp/Pluto.jl/issues/476 gets implemented you could make something yourself that uses https://docs.julialang.org/en/v1/base/io-network/#Base.redirect_stdout and sends the output to the client. This wouldnt wrap every cell in...

Gotta stop you here, this isn't a bug. Having a server-side file browser would be a great feature, shouldn't be too hard to make.

> A file **upload** box. The chosen file will be read **by the browser**, and the bytes are **sent back to Julia.** I understand, if you haven't read this line...