mkdocs-jupyter icon indicating copy to clipboard operation
mkdocs-jupyter copied to clipboard

execution path

Open asher-pembroke opened this issue 2 years ago • 0 comments

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

asher-pembroke avatar Jul 22 '22 17:07 asher-pembroke