Fix an issue with MathJax messing up on "(", ")"

This commit is contained in:
Bradlee Speice
2016-03-05 11:54:06 -05:00
parent adcf1dea8a
commit f5ed17704d
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,8 @@ Summary: My first real-world data challenge: predicting whether a bank's custome
{% notebook 2016-3-5-predicting-santander-customer-happiness.ipynb %}
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
# MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$']]}});
</script>
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>