John M. Shea

Results 5 issues of John M. Shea

## Description I need to access the MathJax object (window.MathJax) so I can call the typeset method on some dynamic content from JavaScript. But I don't see MathJax or window.MathJax...

bug

Thank you for providing this code. I was having problems in my own code with the decoder returning all zeros, so I changed turbo_test.c to not pass the correct info...

Adding ``` #mathjax3_config: { loader: {load: ['[tex]/action']}, tex: {packages: {'[+]': ['action']}}}``` to _config.yml in JupyterBook causes this library to throw an error about MathJax.Typeset. Need to pursue this at some...

### Context JupyterBook supports equation references by adding a label in the {math} directive like ```` ```{math} :label: general-gaussian-cdf2 \Phi \left(\frac{x-\mu}{\sigma} \right) ``` ```` The jupyterlab-myst extension correctly displays the...

enhancement

Structured data helps machines (particularly Google Search) better understand your pages' contents. Here I show how to add some of the most basic structured data (site name and search path)...