{"library":"nbdev-scipy","title":"nbdev-scipy","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nbdev-scipy"],"cli":{"name":"nbdev_scipy","version":"sh: 1: nbdev_scipy: not found"}},"imports":["import nbdev_scipy"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import nbdev_scipy\n# Now in a notebook cell, use nbdev's show_doc with a scipy function:\nfrom nbdev.showdoc import show_doc\nfrom scipy.stats import norm\nshow_doc(norm.pdf)","lang":"python","description":"After importing nbdev_scipy, nbdev's show_doc will resolve scipy symbols to their official docs.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}