Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

🎈 Simple reactive notebooks for Julia

Results 266 Pluto.jl issues
Sort by recently updated
recently updated
newest added

Situation: Pluto is running on an AWS EC2 instance, which we connect to remotely. When I start the server, I can update packages in the notebook using the built-in package...

bug
backend
package manager

E.g. ```julia ### A Pluto.jl notebook ### # v0.17.1 using Markdown using InteractiveUtils # ╔═╡ 6cfc7d20-46b0-11ec-33c3-15107f33e361 using Singular # ╔═╡ c09c9041-557b-4517-b108-28781d14dfe0 R, (t) = PolynomialRing(QQ, ["t"]) # ╔═╡ 00000000-0000-0000-0000-000000000001 PLUTO_PROJECT_TOML_CONTENTS...

bug
frontend

https://user-images.githubusercontent.com/6933510/169283887-63dda4f6-2dcb-48b2-b0b0-6fba489733ca.mov

bug
backend

Would be cool to render ANSI color codes in text (and maybe even rich) output.

good first issue
other packages
display & PlutoRunner

# Watch the presentation! https://www.youtube.com/watch?v=xsxJt4prFG4 # Try it out! ```julia julia> ] pkg> activate --temp pkg> add https://github.com/ctrekker/Pluto.jl#wysiwyr2 julia> import Pluto; Pluto.run() ```

backend
reactivity
HTTP/WS
online deployment
WYSIWYR

https://github.com/JuliaPluto/PlutoSliderServer.jl/issues/64 As far as I can see, this needs to be implemented on Pluto side. A starting point could be here: https://github.com/fonsp/Pluto.jl/blob/main/frontend/common/SliderServerClient.js#L71 Before sending the update request to the backend,...

frontend
online deployment

I noticed that when using macros to generate block of code that contains custom struct and custom methods defined on those, older methods are not deleted upon re-run. This is...

bug
backend
reactivity
macro

Now we have the possibility of having the value next to a slider -- great! It would be useful to have the name of the variable too.

enhancement
frontend

Thank you for reporting an issue about Pluto! Let's get it fixed! # To report an issue, you need two things: 1. 📹 A video recording demonstrating the problem: https://user-images.githubusercontent.com/359819/169024428-3fb1c0b3-f97b-4714-b39f-b813468f4e1f.mp4...

bug
backend
other packages