0

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

John
  • 165
  • 6

1 Answers1

0

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

output of versioninfo and pkgstatus

Mark
  • 7,785
  • 2
  • 14
  • 34