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

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

- A new PlutoEvent 🎉 to notify interested parties about when an evaluation cycle is done! - Small refactor around BinderLaunch button so it's logic is not too convoluted in...

I exported a very simple Julia notebook as a html file. Then opened this html file in the browser and ran it on binder. There I cannot evaluate existing cells...

I have a notebook where I'd like to update the versions of packages that are used. Some of the packages have had breaking releases, and I have made changes to...

package manager

It would be awesome if Pluto automatically (reactively) updated variable names when you change the name of a variable where it is first defined. For example, if I had these...

enhancement

I'm reporting this issue here, although it was originally posted [here](https://github.com/JuliaGraphics/Luxor.jl/issues/228). https://user-images.githubusercontent.com/52289/178143133-28ebe9d7-b404-462e-ae5d-05a5b3cf5ab9.mov The user is using Markdown to include SVG images. Unfortunately, the glyph-ids in the SVG images "leak", and...

other packages

That leads to situations where a notebook might be loading for quite some time and the user has no feedback to understand what is going on. A solution to that...

- [ ] How to include markdown content. - [ ] How to include LaTeX.

documentation

## definitions `stale` means notebooks that no longer exist in user's filesystem (deleted or moved) `recent` are the notebooks that appear in the 'Welcome' page. This list is populated when...

good first issue

Mitigation for https://github.com/fonsp/Pluto.jl/issues/1913 You'll loose unsaved changes (until https://github.com/fonsp/Pluto.jl/pull/1729 is in) (and your cursor) but the page won't crash (hopefully)