mkdocs-jupyter
mkdocs-jupyter copied to clipboard
execution path
My notebooks fail because nbconvert is not executing within the notebook directory. How does one specify the directory where the notebook is executed?
I usually get around this in mknotebooks
with a preamble script
plugins:
- mknotebooks
execute: false
timeout: 100
preamble: "<path/to/your/script>"
allow_errors: false