Registry / llm-agents / nbdev-numpy

nbdev-numpy

JSON →
library0.0.2386pypypiunverified

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-numpy
INSTALL
IMPORT
SIG · NBDEV-NUMPY
N
nbdev-numpy
llm-agentspythonv0.0.2386
Install
2.1s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.0.2386 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.1s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NumpyLookup
from nbdev_numpy import NumpyLookup
from nbdev_numpy import NumpyLookup

Import the lookup class and call get_doc with a numpy symbol.

from nbdev_numpy import NumpyLookup lookup = NumpyLookup() # Example: get doc for numpy.array print(lookup.get_doc('numpy.array'))
Debug
Known issues
breakingThe module name uses an underscore (nbdev_numpy) not a hyphen. Importing as nbdev-numpy will fail.
fix
Use from nbdev_numpy import NumpyLookup
affects: all
deprecatedThe library is early and APIs may change without notice. Pin to a specific version in production.
fix
pip install nbdev-numpy==0.0.2386
affects: <1.0.0
gotchanbdev-numpy requires nbdev to be installed and configured; otherwise get_doc may return empty results.
fix
Install nbdev and run nbdev_install_hooks in your repo.
affects: all
Upgrade
Version history
0.0.2386latest on PyPI · released Feb 9, 2026
Audit
Dependencies
nbdevrequirednbdev-numpy requires nbdev to function as a doc lookup plugin.
numpyoptionalThe library provides doc lookup for numpy; though not strictly imported, usage expects numpy to be available.
Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
nbdev-numpy — pip install nbdev-numpy · libregistry