nbdev-scipy
raw JSON → 0.0.2376 verified Fri May 01 auth: no python
nbdev-scipy provides automatic documentation lookup for scipy functions within nbdev notebooks. It maps scipy symbols to their official documentation URLs using a curated index. Current version 0.0.2376 is pre-1.0; frequent releases with incremental index updates. No known breaking changes yet.
pip install nbdev-scipy Common errors
error ModuleNotFoundError: No module named 'nbdev_scipy' ↓
cause nbdev-scipy not installed.
fix
Run: pip install nbdev-scipy
error AttributeError: module 'nbdev.showdoc' has no attribute 'show_doc' ↓
cause nbdev version too old; show_doc was renamed or moved.
fix
Update nbdev: pip install --upgrade nbdev
error KeyError: 'scipy.special.gammainc' ↓
cause The symbol is not in the nbdev-scipy index.
fix
Submit a PR to add the symbol to the index at https://github.com/fastai/nbdev-index.
Warnings
gotcha nbdev-scipy requires nbdev's doc lookup infrastructure. Without nbdev installed, the import does nothing and no docs are shown. ↓
fix Ensure nbdev is installed: pip install nbdev
gotcha The index is prebuilt and may lag behind new scipy releases. Some new functions may not yet have documentation links. ↓
fix Check the index source at https://github.com/fastai/nbdev-index/tree/master/ to see if the symbol is included.
deprecated nbdev-scipy is not actively maintained by the fastai team; the package maintainer has not released updates in months. The index may be incomplete or outdated. ↓
fix Consider using nbdev's built-in doc lookup with scipy; it may already work without nbdev-scipy in newer nbdev versions.
Imports
- nbdev_scipy
import nbdev_scipy - DocLookup wrong
from nbdev_scipy import DocLookupcorrectInternal server error