Help figure out why there is a conflict with executing notebooks during the build process with plotly and latex? #38
Unanswered
rlanzafame
asked this question in
Q&A
Replies: 0 comments
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.
-
This is a very concise list of links that illustrate the problem and the fix. If you can help figure out why it happens, tag @rlanzafame and I would be happy to give more information!
The "problem" is preserved in a fork I made: https://github.com/rlanzafame/Finite-Elements-in-CEG
The page that does not display properly is here on
mainbranch:https://rlanzafame.github.io/Finite-Elements-in-CEG/main/introduction/discrete.html
I found a solution by disabling the auto-build notebook thing:
https://rlanzafame.github.io/Finite-Elements-in-CEG/test-plotly-only-remove-nb-execution/intro.html
Illustrated by this draft PR
TUDelft-books/Finite-Elements-in-CEG#1
I don’t know why this is a solution, I just noticed when since it works in one book and not another it probably has to do with the difference between the config and requirements files.
This PR illustrates all the stuff I tried before the execute nb
TUDelft-books/Finite-Elements-in-CEG#2
Beta Was this translation helpful? Give feedback.
All reactions