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

No idea if this is faster currently, or if it will every be... But apart from having to do `Pkg.develop()` this feels like a more mature way to load PlutoRunner...

Unfortunately I don't know what caused this at the moment, but I assume it shouldn't happen, so thought I should report it. I'll add more if I can. Might be...

I'd like to be able to use Makie.jl inside Pluto.jl. EDIT: This code runs in a Pluto.jl notebook with the relevant status: ```julia (@v1.5) pkg> st Status `~/.julia/environments/v1.5/Project.toml` [537997a7] AbstractPlotting...

backend
HTTP/WS
other packages

# Pluto hangs when using MATLAB.jl Pluto notebook that calls MATLAB commands runs indefinitely. Perhaps it is an issue with parsing the terminal output? Minimum example: https://gist.github.com/fcdimitr/c48cc6f6c4764a61b555f0c985bf76c0 I noticed the...

bug
other packages
logging

https://user-images.githubusercontent.com/6933510/151268574-6e102be9-b3f9-43ef-9d27-938725ccadcd.mov The warning system is more general, and can be used for other syntax-matching hints. TODOs: - [ ] Methods warns (canonicalize on the frontend ?) - [ ] Merge...

I have some feedback from teaching a 300 level course using Pluto in 2021/2022, to do with the behaviour for opening files. I am happy to try to contribute to...

I have a weird error if I use a variable called `br`: Video: https://user-images.githubusercontent.com/52289/157880953-501fe517-4776-4720-a669-b3e32c398819.mov Notebook: [mobius-pluto.jl.zip](https://github.com/fonsp/Pluto.jl/files/8232441/mobius-pluto.jl.zip) I haven't tried all the two letter variable name possibilities but I have a...

Hi, using LaTeX strings in plotly.js leads to the following javascript error with MathJax setup: ``` SetupMathJax.js:17 Uncaught (in promise) TypeError: window.MathJax.Callback is not a function at Object.Queue (SetupMathJax.js:17) at...

publishing

This PR uses [KaTeX](https://katex.org/) to render LaTeX math inside markdown instead of what we currently use: https://www.mathjax.org/ ## Pros: - Allow offline support for latex. Right now this is difficult...

The "Edit or run this notebook" button is one of my favorite features of Pluto, since it contributes a great deal to ease of use and reproducibility. At the moment,...