LightNumPy (experimental)# A lightweight version of NumPy or Cupy (or similar functionality). See _numcpp and nc. See also scikit-plots/lightnumpy from scikitplot import nc nc.get_include() from scikitplot import nc print(nc.__doc__) print(nc.dot.__doc__)