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?
Asked
Active
Viewed 33 times
0
-
Try `versioninfo()` and `import Pkg; Pkg.status()` – Dan Getz Jul 06 '23 at 22:54