You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume something is interacting with the custom mathjax change in 0.24.8. For now I'm freezing at 0.24.7 but I'm happy help figure out what's going on here if you can suggest how to proceed.
We have a relatively complex setup with many plugins and some custom templates. I've reproduced a few key things below.
* Pin `mkdocs-jupyter` to 0.25.0
danielfrg/mkdocs-jupyter#212 seems to affect the latest so math doesnt render
* remove unneeded required in timeseries if providing manual reference
* only create cor/conncomp reader if doing `L2`
* try earlier
Under 0.24.7 I get HTML source with:
under 0.24.8 I get:
I assume something is interacting with the custom mathjax change in 0.24.8. For now I'm freezing at 0.24.7 but I'm happy help figure out what's going on here if you can suggest how to proceed.
We have a relatively complex setup with many plugins and some custom templates. I've reproduced a few key things below.
mkdocs.yml
plugins section shows:pip freeze
gives the same with both versions (apart from the mkdocs-jupyter version itself:The text was updated successfully, but these errors were encountered: