I am working through Andrew Ng\'s machine learning course on Coursera using the Octave kernel for Jupyter and of course MathJax provides the equation rendering. This thin ba
If your MathJax is not the latest version, you can add this to the css style:
.MathJax nobr>span.math>span{border-left-width:0 !important};
then this problem can be solved.