Ask Your Question

Revision history [back]

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

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

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.