John
John

Reputation: 329

Julia alternative for Python Scooby

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?

enter image description here

Upvotes: 0

Views: 45

Answers (1)

Mark
Mark

Reputation: 12558

(Credit: Dan Getz) Use versioninfo() and import Pkg; Pkg.status():

output of versioninfo and pkgstatus

Upvotes: 0

Related Questions