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.

data
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.

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 footguns
gotchaImport as `nbdev_stdlib`, not `nbdev_stdlib` — the package name on PyPI uses hyphens but the import uses underscores.
deprecatedThe library appears unmaintained since 2020. May not work with newer nbdev versions.
gotchaStdLookup only supports standard library modules; it does not index third-party packages.
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
9 hits · last 30 days
gptbot
3
ahrefsbot
3
claudebot
3
Resources