How to use third party python module in GHpython?

Is it possible to use third party python module in GHpython?
for example:
requests, numpy, pandas, matplotlib…

I am really sure I have correctly install these module through windows cmd, but somehow the GHpython cann’t reach them.


Maybe because ghpython is ironpython and not cpython.

1 Like

Thanks for replying!
So does it means it’s better to run these modules outside GH, and then use API to connect back to GH?

Here’s someone using Hops to run Matplotlib

1 Like