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

I'm still new with Pluto, I don't know how to make Pluto faster to me but today I type: `versioninfo()` in the notebook. ![image](https://user-images.githubusercontent.com/75968004/165548116-445ccf91-63f2-48ae-a564-7810a45aad46.png) The loading line in the picture...

performance

Example notebook: ``` OrderedDict(1:5 .=> rand.(3)) ``` ``` begin using DataStructures k = sort!(collect(keys(d))) end ``` 1. Assigning the `OrderedDict` of the first cell to `d` it complains that `OrderedDict`...

reactivity

I found this issue while trying to send PlutoPlotly plots into logs via the `@info` macro. It seems that putting object with `publish_to_js` inside logs mostly breaks. For scalars, `publish_to_js`...

bug
frontend
display & PlutoRunner
logging

Hello, i just installed Julia and Pluto on localhost to learn Julia and when I use Firefox (also newest version (93)) there's just a blank screen. Here is a screenshot...

HTTP/WS

This code ```julia @amacro begin x = a : b:c end ``` renders like ![image](https://user-images.githubusercontent.com/7267426/165401988-8692b673-9e81-4996-a0c4-12e24921c85f.png) I'm using Pluto 0.19.0, Julia 1.7.2

bug
CM6

In some projects, you need to **clone the entire repository** to run a notebook locally, instead of just downloading and running the notebook file. For example, you might have a...

publishing

I try port forwarding `localhost:1234` to my iPad. It works great except for **pressing `Shift+Enter` does not run the cell but inserts an `Enter`.** ( I use a blueooth keyboard....

bug
frontend
CM6

env (EDIT from fons, this is not the env, see the notebook file below): ```Julia (@v1.6) pkg> status Status `~/.julia/environments/v1.6/Project.toml` [fbb218c0] BSON v0.3.5 [052768ef] CUDA v3.8.3 [587475ba] Flux v0.12.9 [41a02a25]...

other packages

Sorry, but there will be no video for this one, It's literally too simple ;) Happens with ```julia [c3e4b0f8] Pluto v0.19.0 ``` Consider the following code: ```julia julia> struct AAA...

reactivity

Following code works without using , ImageShow but fails with following message upon :- using ImageShow