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.51k stars 7.84k forks source link

nbviewer does not display formula #145

Open cebe opened 10 years ago

cebe commented 10 years ago

The formula here: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter1_Introduction/Chapter1_Introduction.ipynb#L575

does not appear in nbviewer for some reason:

screenshot-2013-10-27t13 31 41

CamDavidsonPilon commented 10 years ago

Thanks, I'll look into it!

CamDavidsonPilon commented 10 years ago

I see it render properly. Try reloading the page from scratch (shift + command + r on mac or shift + f5 on pc).

cebe commented 10 years ago

It is not there. I tried in Firefox 24.0, Opera 12.16 and Google Chrome 30.0.1599.114. I'm on Ubuntu 12.04. Also checked the HTML source. There is no <p> tag between the relevant paragraphs like for other formulas.

cebe commented 10 years ago

Also not showing up on Android tablet.