I am new to IronPython and trying things out in Mechanical python scripting. In regular Python, you can do help('modules')
to get a list of all packages that you have installed/available. E.g. you can check if numpy
is installed from within the interpreter.
Is there an equivalent way to do this in IronPython? Not all the built-in packages are available and I'd like to be able to see which ones I can access within the interpreter.