I am trying to install Numpy for post-processing, but unable to install. sys.path.append() helps to install in Shell, but not in Scripting editor. Is there a workaround?
Numpy is a CPython library. CPython in Mechanical is a beta option in 25R2. From the WB project page, go to Tools / Options / Appearance and activate Beta Options.
Then, still in Tools/Options, go to Mechanical and select the following option:
Once this is done and WB has been restarted, you'll get a drop-down menu in the Mechanical console to switch between iron Python and CPython.
Numpy is already shipped with the CPython installation.