Can I use Packages like Numpy and Pandas in Rhino?

import numpy as np
import pandas as pd

I tried to install through cmd, but it didn’t work for Rhino. Should I find the environment of it? Thanks!

3 Likes

There are quite a few threads on this subject already. Try running a search. But the short answer is no (or, at least not in any straightforward way).

1 Like

There is a project being worked on here, but it is still in the “development” stage.

2 Likes

Possible with GH_CPython. See https://github.com/MahmoudAbdelRahman/GH_CPython

1 Like