1 | initial version |
According to this log you posted on this question, you have a correct mathjax install, but it seems that jupyter is not pointing to it. Can you try the following:
sudo mkdir -p /usr/lib/sagemath/local/share/jupyter/nbextensions
cd /usr/lib/sagemath/local/share/jupyter/nbextensions
sudo ln -s ../../mathjax mathjax
2 | No.2 Revision |
According to this log you posted on this question, you have a correct mathjax install, but it seems that jupyter is not pointing to it. Can you try the following:
sudo mkdir -p /usr/lib/sagemath/local/share/jupyter/nbextensions
cd /usr/lib/sagemath/local/share/jupyter/nbextensions
sudo ln -s ../../mathjax mathjax
While you are at it, you can also let jupyter point to jsmol as follows:
sudo ln -s ../../jsmol jsmol
3 | No.3 Revision |
According to this log you posted on this question, you have a correct mathjax install, but it seems that jupyter is not pointing to it. Can you try the following:
sudo mkdir -p /usr/lib/sagemath/local/share/jupyter/nbextensions
cd /usr/lib/sagemath/local/share/jupyter/nbextensions
sudo ln -s ../../mathjax mathjax
While you are at it, you can also let jupyter point to jsmol as follows:
sudo ln -s ../../jsmol jsmol
However, it seems that you will not have a /usr/lib/sagemath/local/share/jupyter/kernels
directory, so i do not know which problem you might encounter then, let us see.