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

### Discussed in https://github.com/fonsp/Pluto.jl/discussions/2592 Originally posted by **jonas-schulze** July 3, 2023 When working with DataFrames, I like to wrap more complex cells in a `let ... end` block and reuse...

expression explorer

Thank you for reporting an issue about Pluto! Let's get it fixed! # To report an issue, you need three things: 1. 📹 A video recording demonstrating the problem. (You...

bug
other packages
display & PlutoRunner

In a completely new Julia Depot I add Pluto.jl to the default env, do `using Pluto; Pluto.run()` and in a new notebook try `using Example`. This leads to error message...

package manager

I want to report that during extensive work with Pluto on an instable internet connection, I get the following javascript error some times ```js An error occured in the CodeMirror...

bug
frontend
CM6

#720 is not working properly in this notebook: The first interactive board takes 130ms when I move the slider, but when I replace it with exactly the same code wrapped...

performance

A bit annoying that `Pkg.upgrade_manifest()` throws an error when the manifest is already up to date... so i just put it in an empty try catch untested

To make a change to a notebook environment from a script and save directly, without file watching. untested

I suspect that the throttling of Pkg logs is not working: today I was using a slow SSH connection to a very fast computer, and the precompile looked like it...

online deployment
package manager

`x` should be marked global in the second cell: ![image](https://github.com/fonsp/Pluto.jl/assets/4170948/c41401cf-c87d-4bb1-aef3-463322428111)

bug
frontend
CM6

With a multi-user Pluto server, it can be great to see the same code running live with someone remotely. But, sometimes multiple people can be unknowingly using the same notebook...