Registry / data / nbdev-stdlib

nbdev-stdlib

JSON →
library0.0.2404pypypiunverified

nbdev-stdlib provides docstring lookup for Python standard library modules within nbdev notebooks. Version 0.0.2404; no recent releases, appears to be in maintenance mode.

pip install nbdev-stdlib
INSTALL
IMPORT
SIG · NBDEV-STDLIB
N
nbdev-stdlib
datapythonv0.0.2404
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

StdLookup
from nbdev_stdlib import StdLookup
from nbdev_stdlib import StdLookup

Create a StdLookup instance and call it with a dot-path to a standard library function to see its docstring.

from nbdev_stdlib import StdLookup lookup = StdLookup() print(lookup('os.getcwd'))
Debug
Known issues
gotchaImport as `nbdev_stdlib`, not `nbdev_stdlib` — the package name on PyPI uses hyphens but the import uses underscores.
fix
Use 'from nbdev_stdlib import ...'
affects: all
deprecatedThe library appears unmaintained since 2020. May not work with newer nbdev versions.
fix
Consider using nbdev's built-in documentation features or other alternatives.
affects: 0.0.x
gotchaStdLookup only supports standard library modules; it does not index third-party packages.
fix
For third-party packages, use nbdev's nbdev_show_doc or similar.
affects: all
Upgrade
Version history
0.0.2404latest on PyPI · released Feb 9, 2026
Audit
Dependencies
nbdevrequirednbdev-stdlib is an extension for nbdev
Agent activity
2 hits · last 30 days
node
2
Resources