Make latex works in dash app
Example1 gives a complete example of how to make most simple latex equations work with dash.
pip install dash-defer-js-import
git clone git@github.com:yueyericardo/dash_latex.git
cd Example1
python free_particle.py
Important lines are labeled with
###### important for latex ######
Example2 will make all latex equation works, but might take more steps.