CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.81k stars 7.89k forks source link

Chapter 5 text rendering problem on nbviewer.ipython.org #188

Closed eli-b closed 10 years ago

eli-b commented 10 years ago

The following paragraph: "where risk is a parameter that defines of how bad it is if your guess is over the true price. A lower risk means that you are more comfortable with the idea of going over. If we do bid under and the difference is less than" is shown as quoted (truncated) on http://nbviewer.ipython.org/github/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter5_LossFunctions/LossFunctions.ipynb. When I open the notebook on my own computer it looks fine. I gave it a few days to see if the site's version would be fixed automatically, but it didn't. Probably something to do with the $ sign where the paragraph was truncated.

CamDavidsonPilon commented 10 years ago

Hi @eli-b, is this still occurring? If so, can you get a screenshot of the error please?

eli-b commented 10 years ago

...Nope. Seems fine now. From same computer and all.