Skip to content

How to tell what version of packages Pluto has installed? #1382

Discussion options

You must be logged in to vote

Do you need to run import Pkg first? This works for me on Pluto v0.15

begin
	using PyPlot
	import Pkg; Pkg.status()
end

returns

      From worker 3:          Status `/tmp/jl_DTpg1D/Project.toml`
      From worker 3:	  [d330b81b] PyPlot v2.9.0
      From worker 3:	  [44cfe95a] Pkg

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samuela
Comment options

Answer selected by samuela
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants