ModuleNotFoundError for numpy

No. Third-party libraries such as numpy cannot be imported directly into the Client, and so cannot be called directly from the Client.

But “directly” is not the only option. The Client can call Server-side code, which in turn can import and call numpy, on the Client’s behalf.