Skip to content

How can I specify the exact package version used inside Pluto? #1715

Discussion options

You must be logged in to vote

I found the answer here. 👍

begin
    import Pkg
    Pkg.activate(mktempdir())
    Pkg.add([Pkg.PackageSpec(name="Plots", version="1.24.3")])
    using Plots
end

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chrisoffner3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant