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

In this example, `y` is defined although the cell defining it errors after assigning to `y`. The very similar cell defining `z` also errors after assigning to `z`, but in...

Recently, meaning within the last few weeks, I cannot close Pluto anymore without experiencing a SEGFAULT. I use Windows Terminal + Git Bash for my Julia REPL experience and am...

# How to reproduce 1. In the current notebook, click on the Pluto logo to go back to the main page 2. Shut down all running notebooks from that page...

In https://github.com/JuliaData/DataFrames.jl/pull/3096#issuecomment-1175284117 there is a question on DataFrames.jl+Pluto.jl integration. The issue is: > Pluto.jl does some customization if the `class` in `div` and `table` is `data-frame`. Some of those customization...

other packages
display & PlutoRunner

In recent versions of Pluto, I often see notebooks get stuck, with the terminal showing something like the following: ``` SystemError: opening file "C:\\Users\\sternlab\\Dropbox\\julia-workspace\\ElegansTimeSeries\\notebooks\\midpoints.pluto.jl": Invalid argument Stacktrace: [1] systemerror(p::String, errno::Int32;...

bug
backend

Hi, I appreciate the possibilty to print output to the console. - In the moment it is "dangerous": the "window" can become quite large. Would it be possible to have...

logging

Hello, My error is: ``` Precompiling project... ✗ HTTP ✗ Pluto 25 dependencies successfully precompiled in 6 seconds 2 dependencies errored. To see a full report either run `import Pkg;...

other packages

I'm getting the following error when a cell containing a maco runs more than once ```txt cannot assign a value to variable workspace#4.MyCategory from module workspace#5 ``` This does not...

other packages
macro

Sorting autocomplete results: _Right now results are presented in alphabetical (i.e. code index) order. The dream is to have full AI power like kite.com, but perhaps there are some simple...

help welcome
good first issue

Fixes #2121. Here's a cell you can test with: ```julia begin cmd = `julia -e 'println(0); sleep(3); println(1);'` pipe = pipeline(cmd; stdout, stderr) proc = run(pipe; wait=false) sleep(0) end ```...