pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

Equation in the tutorial does not get rendered #158

Closed gabkdlly closed 7 years ago

gabkdlly commented 7 years ago

At three points in the tutorial, there is a reference to an equation labeled disaster_model. But reading the tutorial in the web-browser, these equations are simply rendered as (?).

fonnesbeck commented 7 years ago

Are you talking about the tutorial here? They render fine at my end. Perhaps check your JavaScript settings on your browser (or try another browser)? They use MathJax, which is a JS library.

If you are talking about something else, please post the link so I can try to reproduce the issue here.

gabkdlly commented 7 years ago

Yes, https://pymc-devs.github.io/pymc/tutorial.html#equation-disaster_model. That is, in section 3.2 for example, in fourth paragraph of that section, where it starts with: "We can represent model (?) in a file called disaster_model.py ..." I have tested Chromium and Firefox web browsers, both on Ubuntu GNU/Linux 17.04, and both show this behavior.