Notebook with dynamic sections fails to build #586
Unanswered
sralchemab
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.
-
Hi there,
I have a Jupyter Notebook which builds sections based on code instead of having fixed Markdown cells. However, doing this produces a lot of
WARNING: Non-consecutive header level increase
warnings and doesn't print the text (nor builds the contents toc).I have an initial Markdown cell with the main title prefixed with
#
. In the following cell (a code one), I have the following block, which adds sections prefixed with##
and titles prefixed with###
.So technically, the header level increases ARE consecutive. But I guess Jupyter Book doesn't like the fact that it's not on a proper Markdown cell and it's in a code one.
Because sections and plots to be included are dynamic, I can't make it static.
Any help will be really appreciated.
Cheers,
Santiago
Beta Was this translation helpful? Give feedback.
All reactions