-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
AttributeError: 'MathBlockParser' object has no attribute 'parse_axt_heading' #403
AttributeError: 'MathBlockParser' object has no attribute 'parse_axt_heading' #403
Comments
Something seems to be broken with the new version. See also: https://github.com/TLCFEM/suanPan-manual/actions/runs/12541734617/job/34970864627 |
+1, encountering this same issue by running command
Traceback
|
This can be closed as the issue is in the upstream package |
|
The motiviation behind this change is to correct a typo/spelling mistake (#359). The header style is correctly spelled "atx" because it originated in Aaron Schwartz' atx format.
Does this project use semantic versioning? The public API has been broken with this change, so I don't think this issue should be closed. There was more than 1 year since the breaking change was merged and this release, so I think this project does follow semver and unintentionally released this as a minor bump? Just guessing 😁 |
Pins mistune to fix a jupyter notebook build issue introduced in 3.1.0 lepture/mistune#403 Bypassing review rules to fix CI due to holiday OOO
Same issue for DSPy, I am pinning the mistune version for now: stanfordnlp/dspy#2000 |
If you are hit by this, and novice Python developer, the quick workaround is to pin to the earlier version:
|
- Add `correct-accounts` CLI command for Velvet - Factor `SyncModel` a bit because Velvet vaults are identified by portfolio address, not vault address - Bump `pyramid-openapi3` to the latest - Fix lepture/mistune#403
Pins mistune to fix a jupyter notebook build issue introduced in 3.1.0 lepture/mistune#403 Bypassing review rules to fix CI due to holiday OOO Signed-off-by: Danny <[email protected]>
Pins mistune to fix a jupyter notebook build issue introduced in 3.1.0 lepture/mistune#403 Bypassing review rules to fix CI due to holiday OOO Signed-off-by: Danny <[email protected]>
Pins mistune to fix a jupyter notebook build issue introduced in 3.1.0 lepture/mistune#403 Bypassing review rules to fix CI due to holiday OOO Signed-off-by: Danny <[email protected]>
Pins mistune to fix a jupyter notebook build issue introduced in 3.1.0 lepture/mistune#403 Bypassing review rules to fix CI due to holiday OOO Signed-off-by: Danny <[email protected]>
(not 3.1.0 yet due to lepture/mistune#403)
Please lock your version to 3.0 |
a new version of nbconvert with a fix has been published: https://github.com/jupyter/nbconvert/releases/tag/v7.16.5 This can be closed @lepture. |
I'm sorry @fcollonval but I tried on my projects and it's still not working. Setting Probably doing something wrong, I'll check again |
@gaspardc-met could you provide the error you are seeing when using mistune 3.1.0 with nbconvert 7.16.5? |
@fcollonval : my bad, I did check again and the Thanks for the fix 😉 |
Thank you for the great package!
Just since 3.1.0, I'm getting these errors, which were absent in all previous versions:
The text was updated successfully, but these errors were encountered: