jupyter/jupyter-sphinx

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

germa89 opened this issue · 1 comments

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)

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.