Hello. I hope it is OK to ask about this on this forum:
I'm using IPython3 Notebook with the following version info:
OS: Kubuntu Raring: with latest updates upto today
Browser: Firefox: 21
IPython3: 0.13.2
libjs-mathjax: 2.1+20121028-1
fonts-stix: 1.1
However, the following commands produce a Math Processing Error
'%load_ext sympy.interactive.ipythonprinting
from sympy import *
var('x')
I see near the status bar a message in tiny characters:
Loading [MathJax]/jax/output/HTML-CSS/imageFonts.js
after which I get an "unable to load" message (which disappeared too clickly for me to copy-paste) and then this error within the notebook.
First I don't get why it is trying to load image Fonts since I have fonts-stix installed. From
http://docs.mathjax.org/en/latest/installation.html#firefox-and-local-fonts I understand that if I have the STIX fonts then it will use them and not try to load image fonts.
Nevertheless I also don't understand why it fails to load even the image fonts and on top of that why it emits a "Math Processing Error" message.
I hope someone can help me resolve this problem. Thank you!
Note: I'm not knowledgeable about JavaScript internals or anything but if given instructions I can test things if you want some more info.