pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.15k stars 235 forks source link

Fix math rendering in variationally inferred parameterization tutorial #1767

Closed brendancooley closed 6 months ago

brendancooley commented 6 months ago

currently renders partially compiled by nbsphinx-math

image

https://num.pyro.ai/en/stable/tutorials/variationally_inferred_parameterization.html

nbsphinx-math appears to not like the aligned environment. switching to align resolves the issue.

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

brendancooley commented 6 months ago

re ran ruff to make the CI happy