jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Sympy output inconsistent

Open zingale opened this issue 1 year ago • 1 comments

Describe the bug

context When I include a notebook with SymPy output, sometimes the standard latex font is used and sometimes a larger, uglier font is used for the output.

expectation I expected the fonts to be consistent and more faithfully match what I see when I run the notebook myself (outside of Jupyter book)

bug

Here's an example image:

image

This notebook is here: https://zingale.github.io/comp_astro_tutorial/advection_euler/euler/euler-eigen.html

it is build via a github action from this repo: https://github.com/zingale/comp_astro_tutorial

Notice that the output from lam[1] is a larger, different font, and in gray, as compared to the output from r[2] just below. Here's an error message I ran into...

problem

This is a problem because the notebook looks inconsistent when rendered with Jupyter book.

Reproduce the bug

go to: https://zingale.github.io/comp_astro_tutorial/advection_euler/euler/euler-eigen.html

you can build this from https://github.com/zingale/comp_astro_tutorial

List your environment

this was built using a github action. Here is the version information:

https://github.com/zingale/comp_astro_tutorial/runs/8285637063?check_suite_focus=true

zingale avatar Sep 11 '22 14:09 zingale

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Sep 11 '22 14:09 welcome[bot]