CuNumpy# Simple wrapper for NumPy and CuPy. Quick Start# import cunumpy as xp # Use it exactly like NumPy arr = xp.array([1, 2, 3]) print(type(arr)) Contents: Quickstart Installation Basic Usage Backend Control Synchronization Pyodide Installation and use Testing the built wheel Tutorials Tutorial 1 API Backend Management Global Configuration Hardware Control Compiled Kernels Installation# pip install cunumpy