Reputation: 329
I would like to get a report of my environment package versions and hardware resources like Scooby does in Python (image below), but for Julia, is there a package to do that?
Upvotes: 0
Views: 45
Reputation: 12558
(Credit: Dan Getz) Use versioninfo() and import Pkg; Pkg.status():
versioninfo()
import Pkg; Pkg.status()