You can update Pluto using the Julia package manager. Open a Julia process and use Pkg to update Pluto:
julia> import Pkg julia> Pkg.update("Pluto")
This should update Pluto to the latest version (check our GitHub releases to find out!).
Sometimes, it is not possible to install the latest version of Pluto because of compatibility issues with other packages that you have installed in your environment.
Some tips to fix it:
Pkg.status()
Pkg.update()
Pkg.status(outdated=true, mode=Pkg.PKGMODE_MANIFEST)