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-stdlibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a StdLookup instance and call it with a dot-path to a standard library function to see its docstring.
Use 'from nbdev_stdlib import ...'
Consider using nbdev's built-in documentation features or other alternatives.
For third-party packages, use nbdev's nbdev_show_doc or similar.