-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
SDEC Visibility Fix #1607
SDEC Visibility Fix #1607
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Before a PR is accepted, it must meet the following criteria:
|
Before a PR is accepted, it must meet the following criteria:
|
/azp run update-refdata |
Azure Pipelines successfully started running 1 pipeline(s). |
Update succeeded e6b4c4f |
de79c3f
to
de652d4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1607 +/- ##
=======================================
Coverage 67.20% 67.20%
=======================================
Files 73 73
Lines 6150 6150
=======================================
Hits 4133 4133
Misses 2017 2017 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! @atharva-2001 since it is a workaround, I'll suggest:
- To open an issue in plotly repo
- To keep an eye for the proper fix when it comes
Thank you! I will do it 🚀 |
* removing latex cell * using mathjax v2 * [build docs]
This PR causes SDEC plots to show up again.
Description
MathJax.Hub
doesn't exist anymore in MathJax v3, which is used in the documentation and causes plotly plots to not show up.This PR removes the extra cell I added to load MathJax and changes
conf.py
to load MathJax v2 in the documentation.MathJax v2 doesn't give any errors when running
MathJax.Hub
and the plots show up.This is a temporary fix until a permanent solution is found.
For reference, please see
spatialaudio/nbsphinx#572
#1531
Motivation and context
resolves #1585
How has this been tested?
Examples
Please see the preview here
Type of change
Checklist