{"library":"nbdev-pytorch","title":"nbdev-pytorch","description":"nbdev-pytorch provides nbdev doc lookup for PyTorch functions and classes. Supports Python >=3.6. Version 0.0.2385 is the latest; release cadence is irregular as part of the fastai nbdev ecosystem.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install nbdev-pytorch"],"cli":{"name":"nbdev","version":"sh: 1: nbdev: not found"}},"imports":["from nbdev_pytorch import pytorch_doc","from nbdev_pytorch import show_doc"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nbdev_pytorch import pytorch_doc\n\n# Look up PyTorch function docs\npytorch_doc(torch.nn.Linear)\npytorch_doc(torch.softmax)","lang":"python","description":"Import nbdev-pytorch and use pytorch_doc to get documentation for any PyTorch symbol.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}