Get names and versions of loaded modules

You can get the modules with Base.loaded_modules. Julia itself doesn’t have a concept of versions on modules so that doesn’t exist.

4 Likes