{"library":"nbsphinx-link","title":"nbsphinx-link","description":"A Sphinx extension for including Jupyter notebook files that reside outside the Sphinx source root directory. Current version 1.3.1, supports Python 3+, released under BSD license. Releases are infrequent, last updated in 2021.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install nbsphinx-link"],"cli":null},"imports":["extensions = ['nbsphinx_link']"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# In conf.py\nimport os\nimport sys\nsys.path.insert(0, os.path.abspath('.'))\nextensions = ['nbsphinx', 'nbsphinx_link']\n# Create a symlink or use nbsphinx-link targets\n# Example: create a symlink to an external notebook\n# os.symlink('/path/to/external/notebook.ipynb', 'linked_notebook.ipynb')","lang":"python","description":"Basic setup in Sphinx conf.py","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}