jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
187 stars 65 forks source link

Specifying script path does not support more than one level above. #223

Closed germa89 closed 10 months ago

germa89 commented 1 year ago

This will work:


.. jupyter-execute:: ../myscript.py

Whereas this will fail:

.. jupyter-execute:: ../../myscript.py

(Of course the script in the second example is located one level above the previous one)

12rambau commented 10 months ago

I tried on my machine, moving around a script.py file and it worked as expected consistently so I'll close this issue for now. Please reopen with more details if you still face it on your end.