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

Create a new notebook, add cells containing `@__FILE__` and `@__DIR__`. Then move the file from the default location to a new name and location. For fun, add additional cells containing...

backend
macro

I believe the error itself is unrelated to Pluto, but it's causing the notebook to hang (working animations running). Pluto v0.19.0, Julia 1.8.0-beta3 It seems to be happening when I...

good first issue
backend
package manager

We have a couple of combinations of `let` and `global` that are not analyzed correctly, like: ```julia let a = 1 global a = 2 end ``` defines a global...

bug
good first issue
backend
expression explorer

When calling a macro `pkg.@macro` the cell is reactive to `import pkg`. ```julia julia> Pluto.ReactiveNode("pkg.@macro").references Set{Symbol} with 1 element: Symbol("pkg.@macro") julia> Pluto.ReactiveNode("pkg.function").references Set{Symbol} with 1 element: :pkg ```

good first issue
backend
reactivity

Notice the unspecified `::MIME` type: ![image](https://user-images.githubusercontent.com/9824244/166287060-049df60f-8c5a-409c-bba6-f9ebbff15746.png) this happens because the table integration is not loaded: https://github.com/fonsp/Pluto.jl/blob/6f5876228671f9d89d6f01cedc10221d83f012d6/src/runner/PlutoRunner.jl#L1038-L1039

good first issue
backend
display & PlutoRunner

We currently use some internal Pkg API to make https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management work, we we should try to avoid as much as possible. Take a look at [src/packages/PkgCompat.jl](https://github.com/fonsp/Pluto.jl/blob/752973ff481568b29a88c60d80fce926a45340df/src/packages/PkgCompat.jl#L24-L42) to learn more, the...

good first issue
backend
package manager

![image](https://user-images.githubusercontent.com/9824244/166981105-a8980154-9f9c-42bf-9be8-9c894a2db160.png)

CM6

If I select some text inside a markdown string and the highlight spans more than one row, and ends in the middle of the last row, the entire last row...

bug
CM6

Consider the following code block ```julia begin h = 0 s = 2 for i in 1:10 y(t) = t^s+i # comment this line to check the inconsistency. h +=...

help welcome
backend
expression explorer
display & PlutoRunner

| | Which keys? | Action | |----------------|---------------|---------------| | ✅ | `F1` or `Ctrl+Shift+?` | List shortcuts | | ✅ | `Shift+Enter` | Run cell | | ✅ | `Ctrl+Enter`...

frontend
user request
accessibility