Dash offline with Cefpython3

Has anyone used offline plotly charts with cefpython ? I’d like to render the charts in a python application, rather than my browser. It seems cefpython is made for a scenario just like this. I’m new to both, so it would be helpful for me to see an example of embedding the plotly chart in cefpython.

Thanks!

Bump? I have a issue running both cef python and plotly (flask) in one script. The plotly code executes and doesn’t continue to cef python code until after I follow the prompt to press CTRL C to quit. Same goes for cef. I believe threading may be needed? But I don’t know how to set it up.