| 123456789101112131415161718192021 | 
							- <!-- Allow inline math using $ and automatically break long math lines -->
 
- <!-- (mostly) copied from nbconvert configuration -->
 
- <!-- https://github.com/jupyter/nbconvert/blob/master/nbconvert/templates/html/mathjax.tpl -->
 
- <script type="text/x-mathjax-config">
 
- MathJax.Hub.Config({
 
-     tex2jax: {
 
-         inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 
-         displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 
-         processEscapes: true,
 
-         processEnvironments: true
 
-     },
 
-     // Center justify equations in code and markdown cells. Elsewhere
 
-     // we use CSS to left justify single line equations in code cells.
 
-     displayAlign: 'center',
 
-     "HTML-CSS": {
 
-         styles: {'.MathJax_Display': {"margin": 0}},
 
-         linebreaks: { automatic: true },
 
-     }
 
- });
 
- </script>
 
- <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML' async></script>
 
 
  |