AllenDowney / ModSimPy

Text and supporting code for Modeling and Simulation in Python
https://allendowney.github.io/ModSimPy/
MIT License
823 stars 1.76k forks source link

Fix Colab interpretation of math symbols #81

Closed mcsmart76 closed 1 year ago

mcsmart76 commented 1 year ago

The second summary bullet point starting with "The number of new infections we expect per day" was not rendering the math symbols correctly in Colab. Putting it all on the same line, like the first bullet point, fixes the issue. Github renders the page correctly without this change.

AllenDowney commented 1 year ago

Making the change in the source document. Thank you!