Use Mathjax in your Python Web App - Plotly Dash
Charming Data
Learn to combine LateX inside your Dash apps using Mathjax. Mathjax is a library to incorporate and display math in the web browser. Note that you can use Mathjax in two Dash components: dcc.Markdown and dcc.Graph.
My GitHub Code: https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Good_to_Know/dash-with-math.py
Intro to LateX: https://en.wikibooks.org/wiki/LaTeX/Mathematics
LateX Cheat Sheet: https://users.dickinson.edu/~richesod/latex/latexcheatsheet.pdf
Video layout: 00:00 - What you will learn and code 02:41 - Mathjax WITHOUT text inside dcc.Markdown 04:59 - Mathjax WITH text inside dcc.Markdown 05:28 - Mathjax WITHOUT text inside dcc.Graph (PX figure) 06:21 - Mathjax WITH text inside dcc.Graph (PX figure)
š If you appreciate these tutorials and would like to support their existence or receive 1-on-1 consultation, while getting access to my GitLab code: Patreon: https://www.patreon.com/charmingdata YouTube: https://www.youtube.com/channel/UCqBFsuAz41sqWcFjZkqmJqQ/join
55666921 Bytes