How to tell what version of packages Pluto has installed? #1382
Answered
by
sp94
samuela
asked this question in
Questions about using Pluto
-
The new Pluto per-notebook package management is neat, but how do I check what versions of packages Pluto has installed? I tried doing so via |
Beta Was this translation helpful? Give feedback.
Answered by
sp94
Aug 9, 2021
Replies: 1 comment 1 reply
-
Do you need to run begin
using PyPlot
import Pkg; Pkg.status()
end returns
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samuela
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you need to run
import Pkg
first? This works for me on Pluto v0.15returns