John M. Shea
John M. Shea
I tried this, and I don't see any HTML "meta" tags for open graph. My version info is below: ``` Jupyter Book : 0.13.0 External ToC : 0.2.4 MyST-Parser :...
Is anyone successful at setting a custom description for a page from within Jupyter Notebook? I tried various things for trying to set ":og:description:" without success. This extension seems to...
This already caused confusion for me, too. I put up a site for my grad class using Jupyter Lite and GitHub pages, and when I updated the notebook via git,...
I have also run into a similar problem. I can use $\LaTeX$ in my source for the HTML version of my Jupyter Book text, but it chokes with " You...
Thanks for the suggestion. That is not a good solution from my perspective, though. I am writing in Jupyter Notebooks and deploying them to HTML and PDF (via LaTeX) using...
Thank you -- this is very helpful!
> Exporting to html and opening the html file to print renders the math. This is my workaround, but it should not be necessary.
Can you please try the following? Make a Markdown cell above your cell that calls JupyterQuiz and put any LaTeX in it. For instance, the following should just be a...
This is a strange error because MathJax.typeset() is definitely defined in MathJax 3.2.2. Can you please provide more information to help me try to figure this out: What is the...
This is actually affecting me, too. The issue is that in JupyterLab 4, the MathJax variable never gets updated to have the appropriate methods. I have not been able to...