nbdev-numpy provides nbdev documentation lookup for numpy functions and classes. It is part of the nbdev ecosystem, enabling automatic linking to numpy docs from Jupyter notebooks. Current version 0.0.2386, updated frequently.
pip install nbdev-numpyVerified import paths — ran on the pinned version, not inferred.
Import the lookup class and call get_doc with a numpy symbol.
Use from nbdev_numpy import NumpyLookup
pip install nbdev-numpy==0.0.2386
Install nbdev and run nbdev_install_hooks in your repo.