.. _cexternals-lightnumpy-index: ====================================================================== LightNumPy (experimental) ====================================================================== A lightweight version of NumPy or Cupy (or similar functionality). See :py:mod:`~._numcpp` and :py:mod:`~.nc`. .. seealso:: * https://github.com/scikit-plots/lightnumpy .. .. jupyter-execute .. .. code-block:: python .. prompt:: python >>> from scikitplot import nc nc.get_include() .. .. code-block:: python .. prompt:: python >>> from scikitplot import nc print(nc.__doc__) print(nc.dot.__doc__)