Replies: 1 comment 2 replies
-
Hmm, I believe that the parsing and execution happens inside of the MySTNB "MyST Parser": So I'd assume that this would be called in the order that each page is parsed. That said, some of the execution engines might happen at different parts of the build process. A few questions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have artifacts generated by one notebook that are needed by other dependent notebooks (see m2lines/L96_demo#47 for details). We would like to be able to control the order of execution of our notebooks. For example, just executing them in the order they appear in the TOC would be fine. Currently the order appears to be random.
Is it possible to control execution order somehow?
Beta Was this translation helpful? Give feedback.
All reactions