Julia alternative for Python Scooby

41 views Asked by At

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

1

There are 1 answers

0
Mark On

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

output of versioninfo and pkgstatus