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 am having a hard time updating packages in Pluto.jl notebooks. If I click on the "arrow up" button which shows when hovering over a `using ...` line, the popup...

I want to skip the safe preview, and run all cells immediately on the notebook loading, just like in the old version pluto. What should I do? I have tried...

Currently, if one wants to view the latest log output from a cell, they need to constantly scroll the log panel, manually. Would be nice to have a way to...

I find that unicode completion often doesn't work in Pluto – simply refuses to complete a symbol. Some symbols never get completed, some get completed in some contexts but not...

bug
frontend
autocomplete

These are the pending tasks to update the CodeMiror Julia thingies: ### Dependencies Merge PRs and release new versions. - [ ] JuliaPluto/lezer-julia#7 - [ ] JuliaPluto/lang-julia#3 - [ ]...

This enables #2389 by default on Mac as part of a phased roll-out. This is not because I like Mac the most but because they have the smallest share of...

frontend
wide audience
autocomplete

If I want to load a package that has been recently updated, Pluto often loads a less-recent version of the package. The mouseover before running the notebook displays "Euler2D (v0.2.1)...

documentation
package manager

This might be partly related to https://github.com/fonsp/Pluto.jl/issues/1583 I started to use Pluto again and created a few notebooks for teaching. Today, when accessing the Pluto web UI, I only get...

The error already occurs during precompilation: ``` Info Given Pluto was explicitly requested, output will be shown live ERROR: LoadError: UndefVarError: `complete_symbol` not defined in `REPL.REPLCompletions` Suggestion: check for spelling...