Closed germa89 closed 10 months 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)
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.
script.py
This will work:
Whereas this will fail:
(Of course the script in the second example is located one level above the previous one)