Closed CsatiZoltan closed 4 years ago
If the .ipynb file is not in the same directory as the .rst file in which I refer to it, how can I make it work?
my_rst.rst:
.. toctree:: :maxdepth: 2 notebooks
notebooks.rst:
Notebooks ========= .. include:: ../../notebooks/applications/one_of_my_notebooks.ipynb
does not use nbsphinx to display the notebook:
nbsphinx
OK, this is not supported as written in the documentation. I tried nbsphinx-link, which works just fine. Any reason why not supporting it by default?
Any reason why not supporting it by default?
Yes, see https://github.com/spatialaudio/nbsphinx/pull/33.
If the .ipynb file is not in the same directory as the .rst file in which I refer to it, how can I make it work?
Example:
my_rst.rst:
notebooks.rst:
does not use
nbsphinx
to display the notebook: