fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.93k stars 284 forks source link

Enable Malt on Windows by default #2695

Closed fonsp closed 9 months ago

fonsp commented 9 months ago

Oops forgot to make a PR for this branch 🙈

Since Malt has the biggest benefit on Windows (interrupting cells), let's enable it there first as an extended testing period and we can enable it for everyone in the future.

github-actions[bot] commented 9 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="enable-malt-on-windows-by-default")
  julia> using Pluto