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

It would be cool if from the main menu there was an option to "view" the notebook AKA open it but do not execute cells. Perhaps then I could make...

In current Pluto the methods are deleted only if the `file` entry in the method signature is marked with the cell_id of the cell where that method is defined (by...

Right now we have to download the .jl file and open it, how hard would it be to just give Pluto a `.html` URL and make it work?

This PR replaces Distributed with [Malt.jl](https://github.com/JuliaPluto/Malt.jl) to add support for Distributed itself. See #300 - Remove `workspace_use_distributed` flag. Pluto will now always use separate processes. - Replace calls to `remotecall_eval`...

The `load_notebook` function loaded and re-saved the notebook if not called with a flag to disable writing. Before this PR, since the indirect dependency of disabled and skipped cells was...

Added support for desktop FileSystem APIs via electron. It checks for existence of `plutoDesktop` property on the windows object, and works accordingly. Please refer to [PlutoDesktop](https://github.com/JuliaPluto/PlutoDesktop) for more information.

In a shared environment, it would be useful to see more status information about a running notebook, such as: - is the notebook currently executing? - how long has it...

enhancement

When using Pluto on a shared server, it's common for people to leave notebooks running after they don't need them. It would be nice to be able to automatically close...

enhancement

Hi, I am on Windows machine, using Julia 1.7.3. I have Pluto 0.19.9 installed and tried to upgrade to version 0.19.11, but failed. Worried about possible conflicts with some packages...

Hi, Great tool. My suggestion for a new feature is to be able to create "dashboard" style documents: cells that are stacked vertically and horizontally. What about a '+' on...

enhancement
frontend