In the Jupyter notebook of <Programming Assignment - Gaussian Elimination>, all the equations and formulas are rendered as their raw markup language for example:
$$ \begin{align*} 2x_1 + 3x_2 + 5x_3&= 12 \ -3x_1 - 2x_2 + 4x_3 &= -2 \ x_1 + x_2 - 2x_3 &= 8 \
\end{align*} $$
And the [
and ]
s around matrixes are shown as an empty square.
Maybe it’s caused by failures in loading some resources, since I found error messages in the browser’s inspection console like this:
stats.pusher.com/timeline/v2/jsonp/1?session=MjYzNjE2...
Failed to load resource: net::ERR_CONNECTION_REFUSED
/api/userPreferences.v1/83953048~HONORS:1
Failed to load resource: the server responded with a status of 404 ()
I use Chrome as the browser and I just updated it today. How to fix this?
Thanks.