GhPython Scirpt editor to import third-party libraries

Excuse me, is it possible to import other third-party libraries when editing code in the GhPython Scirpt editor of rhino inside revit, such as how to install and import the pandas library into the GhPython Scirpt editor?

Hello,

Pandas will not work in the GHPython script editor because it works with IronPython. You need to use the Hops plugin to talk to an external Cpython interpreter if you wish to use numpy, Pandas, etc

Graham

Can GHPython script editor be used for rhino7?

I’d rather use Hops, since it gives you pretty much all the import freedom you want, however setup is a little more tedious at first. I’ve used it with matplotlib, numpy, scikit-learn, and pillow.