-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade MyST-NB to get glue:math directive to work #97
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
thanks for reporting this issue @martinlarsalbert |
@AakashGfude this will be a blocker for upgrading |
sure thing @mmcky will take this up as a priority. |
Can the requirements be updated to pin |
@mforbes which |
Ah. I did not notice that |
Describe the bug
context
The glue:math directive is not working in JupyterBook as seen in the documentation:
https://jupyterbook.org/en/stable/content/executable/output-insert.html#the-glue-math-directive
...where the equation has no number ( ).
This seems to be a bug that has been corrected in later versions of MyST-NB:
https://myst-nb.readthedocs.io/en/latest/render/glue.html#the-glue-math-directive
But JupyterBook is not compatible with this newer version of MyST-NB as it seems.
The newer MyST-NB works for html generation but not with latex builder.
expectation
bug
problem
Apparantly "myst_nb.nodes" does no longer exist.
I removed the failing part as a dirty fix that works for me now, as I don't have any code blocks.
But I suspect that is not a good solution for all.
Reproduce the bug
List your environment
Jupyter Book : 0.12.3
External ToC : 0.2.3
MyST-Parser : 0.17.2
MyST-NB : 0.15.0
Sphinx Book Theme : 0.1.10
Jupyter-Cache : 0.5.0
NbClient : 0.5.9
The text was updated successfully, but these errors were encountered: