v2.0.2 (2026-06-02)¶
Patch release fixing LaTeX rendering in the theory section across all Jupyter environments (Voila, JupyterLab, VS Code notebooks).
Fixed¶
Theory section LaTeX now renders correctly in Voila, JupyterLab, and VS Code notebooks. Switched from
HTMLMathwidget withtheory.htmltoOutputwidget withIPython.display.Markdownusingtheory.md. This approach works natively across all Jupyter environments without requiring MathJax JavaScript injection.
Changed¶
inter.py: replacedwidgets.HTMLMathwithwidgets.Outputanddisplay(Markdown(...))for the theory section display.README.md: Binder badge now opens JupyterLab instead of Voila for more reliable LaTeX rendering. Added Google Colab badge as an alternative (uses inline plots since ipympl is not supported in Colab).voila.json: removed outdated MathJax 2.7.7 URL; Voila 0.5+ uses MathJax 3 by default.
Removed¶
theory.html: deleted in favour oftheory.mdwhich is now used directly byinter.py.