Description
I am using Jupyter with IPython from Anaconda3 on Windows 7, notebook v4.1.0 which seems to contain MathJax 2.5.3 (I had to verify MD5 hashes manually, there is absolutely no mention of MathJax version anywhere).
I tried to switch the math renderer to NativeMML, but it could not find the required config.js. Adding the files directly from the MathJax release did not help (seems to be loading only those files listed in some config var, not the actual directories apparently).
The bigger issue is that I currently have 3 versions of MathJax on my system without having tried any repair of my own :
- C:\Users\MilindAnaconda3\pkgs\mathjax-2.2-0\Lib\site-packages\IPython\html\static\mathjax - v2.2.0
- C:\Users\Milind.ipython\nbextensions\mathjax - v2.4
- C:\Users\Milind\Anaconda3\pkgs\notebook-4.1.0-py34_0\Lib\site-packages\notebook\static\components\MathJax - v2.5.3
It appears that 3. is being used currently.
At this point I cannot figure out what is Anaconda's problem, and what is Jupyter's and what is MathJax's, so wanted to document it here first.
I'd be happy to help in fixing this issue (and others of this level), I love the concept of Jupyter. But I don't know what's going on.