The problem I have is that I have an IPython notebook with some formulas written in MathJax. It is rendered fine in the notebook itself, but when I try to export it, most of my formula is gone!
Here's a small reproducible example:
I type
$ \int \cfrac{ 2 p(\vec{x}) d\vec{x}} { \frac{1}{P(\omega_1 | \vec{x})} + \frac{1}{P(\omega_2 | \vec{x})} }$
It renders well inside the notebook:
But when I click file -> print preview, what I get is just a lonely plus sign:
In the sources I see this:
<p>$ { + }$</p>
So the entire formula is gone! What could be the reason?
My environment:
- Windows 7
- Anaconda-2.0.1-Windows-x86_64
- Python 2.7.7
- IPython 2.3.0
- pandoc 1.13.1