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.

llm-agentsai-ml
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.

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 footguns
breakingThe module name uses an underscore (nbdev_numpy) not a hyphen. Importing as nbdev-numpy will fail.
deprecatedThe library is early and APIs may change without notice. Pin to a specific version in production.
gotchanbdev-numpy requires nbdev to be installed and configured; otherwise get_doc may return empty results.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
4
ahrefsbot
3
amazonbot
3
claudebot
2
script
1
Resources